|
Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <stdlib.h>#include <stddef.h>#include <string.h>#include "gw-config.h"#include "gw-getopt.h"#include "gwpoll.h"#include "utils.h"#include "log.h"#include "thread.h"#include "gwthread.h"#include "gwmem.h"#include "socket.h"#include "cfg.h"#include "date.h"#include "http.h"#include "octstr.h"#include "list.h"#include "fdset.h"#include "gwassert.h"#include "counter.h"#include "charset.h"#include "conn.h"#include "ssl.h"#include "parse.h"#include "protected.h"#include "accesslog.h"#include "dict.h"#include "gw-semaphore.h"#include "xmlrpc.h"#include "md5.h"#include "gw_uuid.h"#include "gw-rwlock.h"#include "gw-prioqueue.h"#include "gw-dlopen.h"Go to the source code of this file.
Functions | |
| void | gwlib_assert_init (void) |
| void | gwlib_init (void) |
| void | gwlib_shutdown (void) |
| int | gwlib_initialized (void) |
| void gwlib_assert_init | ( | void | ) |
Definition at line 72 of file gwlib.c.
References gw_assert(), and init.
Referenced by cookies_destroy(), gwlib_shutdown(), http_append_headers(), http_cgi_variable(), http_cgivar_dump(), http_cgivar_dump_into(), http_create_empty_headers(), http_destroy_cgiargs(), http_destroy_headers(), http_header_add(), http_header_dump(), http_header_duplicate(), http_header_find_all(), http_header_find_first_real(), http_header_get(), http_header_get_content_type(), http_header_pack(), http_header_remove_all(), http_header_value(), http_remove_hop_headers(), http_shutdown(), and http_something_accepted().
| void gwlib_init | ( | void | ) |
Definition at line 78 of file gwlib.c.
References cfg_init(), charset_init(), gw_assert(), gwlib_protected_init(), gwthread_init(), http_init(), init, log_init(), octstr_init(), socket_init(), and uuid_init().
Referenced by main(), and remove_pid_file().
| int gwlib_initialized | ( | void | ) |
| void gwlib_shutdown | ( | void | ) |
Definition at line 94 of file gwlib.c.
References cfg_shutdown(), charset_shutdown(), gwlib_assert_init(), gwlib_protected_shutdown(), gwthread_shutdown(), http_shutdown(), init, log_shutdown(), octstr_shutdown(), socket_shutdown(), and uuid_shutdown().
Referenced by main(), parachute_start(), and remove_pid_file().