Searched defs:context (Results 1 – 9 of 9) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | configfile.c | 931 static int config_parse(server *srv, config_t *context, tokenizer_t *t) { in config_parse() 987 int config_parse_file(server *srv, config_t *context, const char *fn) { in config_parse_file() 1045 int config_parse_cmd(server *srv, config_t *context, const char *cmd) { in config_parse_cmd() 1081 static void context_init(server *srv, config_t *context) { in context_init() 1089 static void context_free(config_t *context) { in context_free() 1095 config_t context; in config_read() local
|
| H A D | lighttpd-angel.c | 32 static void sigaction_handler(int sig, siginfo_t *si, void *context) { in sigaction_handler()
|
| H A D | md5.c | 113 void li_MD5_Init (li_MD5_CTX *context) in li_MD5_Init() 128 void li_MD5_Update (li_MD5_CTX *context, const void *_input, unsigned int inputLen) in li_MD5_Update() 169 void li_MD5_Final (unsigned char digest[16], li_MD5_CTX *context) in li_MD5_Final()
|
| H A D | server.c | 100 sigaction_handler(int sig, siginfo_t *si, void *context) { in sigaction_handler() 951 void *context; in start_server() local 2183 void *context; in main() local
|
| H A D | mod_ssi_expr.c | 276 ssi_ctx_t context; in ssi_eval_expr() local
|
| H A D | mod_redirect.c | 14 data_config *context; /* to which apply me */ member
|
| H A D | network.c | 53 network_server_handle_fdevent(server *srv, void *context, int revents) { in network_server_handle_fdevent()
|
| H A D | connections.c | 1205 static handler_t connection_handle_fdevent(server *srv, void *context, int revents) {
|
| H A D | mod_rewrite.c | 31 data_config *context, *context_NF; /* to which apply me */ member
|