![]() |
Nilorea Library
C utilities for networking, threading, graphics
|
#include "nilorea/n_common.h"#include "nilorea/n_cookies.h"#include "nilorea/n_log.h"#include "nilorea/n_str.h"#include <stdio.h>#include <string.h>
Include dependency graph for ex_cookies.c:Go to the source code of this file.
Functions | |
| static int | hdr_has (N_STR *h, const char *needle) |
| int | main (int argc, char **argv) |
| void | process_args (int argc, char **argv) |
Variables | |
| static int | failures = 0 |
|
static |
Definition at line 70 of file ex_cookies.c.
References N_STR::data.
Referenced by main().
Here is the caller graph for this function:| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 74 of file ex_cookies.c.
References N_STR::data, failures, free_nstr, hdr_has(), LOG_ERR, LOG_NOTICE, n_cookiejar_add_from_header(), n_cookiejar_build_header(), n_cookiejar_clear(), n_cookiejar_count(), n_cookiejar_free(), n_cookiejar_new(), n_log, process_args(), and set_log_level().
Here is the call graph for this function:| void process_args | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 38 of file ex_cookies.c.
References LOG_DEBUG, LOG_ERR, LOG_INFO, LOG_NOTICE, LOG_NULL, and set_log_level().
Here is the call graph for this function:
|
static |
Definition at line 35 of file ex_cookies.c.