| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | md5.c | 113 void li_MD5_Init (li_MD5_CTX *context) in li_MD5_Init() argument 115 context->count[0] = context->count[1] = 0; in li_MD5_Init() 118 context->state[0] = 0x67452301; in li_MD5_Init() 119 context->state[1] = 0xefcdab89; in li_MD5_Init() 120 context->state[2] = 0x98badcfe; in li_MD5_Init() 121 context->state[3] = 0x10325476; in li_MD5_Init() 140 context->count[1]++; in li_MD5_Update() 150 li_MD5Transform (context->state, context->buffer); in li_MD5_Update() 175 Encode (bits, context->count, 8); in li_MD5_Final() 184 li_MD5_Update (context, bits, 8); in li_MD5_Final() [all …]
|
| H A D | configfile.c | 951 if (context->ok) { in config_parse() 960 } else if (context->ok == 0) { in config_parse() 1062 chdir(context->basedir->ptr); in config_parse_cmd() 1082 context->srv = srv; in context_init() 1083 context->ok = 1; in context_init() 1091 buffer_free(context->basedir); in context_free() 1095 config_t context; in config_read() local 1103 context_init(srv, &context); in config_read() 1122 context.current = dc; in config_read() 1142 assert(!(0 == ret && context.ok && 0 != context.configs_stack->used)); in config_read() [all …]
|
| H A D | mod_ssi_expr.c | 276 ssi_ctx_t context; in ssi_eval_expr() local 288 context.ok = 1; in ssi_eval_expr() 289 context.srv = srv; in ssi_eval_expr() 295 while((1 == (ret = ssi_expr_tokenizer(srv, con, p, &t, &token_id, token))) && context.ok) { in ssi_eval_expr() 296 ssiexprparser(pParser, token_id, token, &context); in ssi_eval_expr() 300 ssiexprparser(pParser, 0, token, &context); in ssi_eval_expr() 311 if (context.ok == 0) { in ssi_eval_expr() 321 context.val.bo); in ssi_eval_expr() 323 return context.val.bo; in ssi_eval_expr()
|
| H A D | mod_rewrite.c | 31 data_config *context, *context_NF; /* to which apply me */ member 291 p->conf.context = NULL; in mod_rewrite_patch_connection() 310 p->conf.context = dc; in mod_rewrite_patch_connection() 313 p->conf.context = dc; in mod_rewrite_patch_connection() 316 p->conf.context = dc; in mod_rewrite_patch_connection() 325 p->conf.context = dc; in mod_rewrite_patch_connection() 413 } else if (p->conf.context == NULL) { in process_rewrite_rules() 420 config_append_cond_match_buffer(con, p->conf.context, con->request.uri, num); in process_rewrite_rules() 457 p->conf.context = p->conf.context_NF; in URIHANDLER_FUNC()
|
| H A D | mod_redirect.c | 14 data_config *context; /* to which apply me */ member 145 p->conf.context = NULL; in mod_redirect_patch_connection() 161 p->conf.context = dc; in mod_redirect_patch_connection() 237 } else if (p->conf.context == NULL) { in mod_redirect_uri_handler() 243 config_append_cond_match_buffer(con, p->conf.context, p->location, num); in mod_redirect_uri_handler()
|
| H A D | configfile.h | 20 int config_parse_file(server *srv, config_t *context, const char *fn); 21 int config_parse_cmd(server *srv, config_t *context, const char *cmd);
|
| H A D | lighttpd-angel.c | 32 static void sigaction_handler(int sig, siginfo_t *si, void *context) { in sigaction_handler() argument 35 UNUSED(context); in sigaction_handler()
|
| H A D | server.c | 100 sigaction_handler(int sig, siginfo_t *si, void *context) { in sigaction_handler() argument 102 UNUSED(context); in sigaction_handler() 951 void *context; in start_server() local 961 context = fdevent_get_context(srv->ev, fd); in start_server() 968 switch (r = (*handler)(srv, context, revents)) { in start_server() 2183 void *context; in main() local 2193 context = fdevent_get_context(srv->ev, fd); in main() 2200 switch (r = (*handler)(srv, context, revents)) { in main()
|
| H A D | network.c | 53 network_server_handle_fdevent(server *srv, void *context, int revents) { in network_server_handle_fdevent() argument 54 server_socket *srv_socket = (server_socket *)context; in network_server_handle_fdevent() 58 UNUSED(context); in network_server_handle_fdevent()
|
| H A D | configparser.y | 369 condline(A) ::= context LCURLY metalines RCURLY. { in condline() 380 context ::= DOLLAR SRVVARNAME(B) LBRACKET stringop(C) RBRACKET cond(E) expression(D). { in SRVVARNAME()
|
| H A D | connections.c | 1205 static handler_t connection_handle_fdevent(server *srv, void *context, int revents) { argument 1206 connection *con = context;
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | SConstruct | 57 def checkStructMember(context): 66 context.Message('Checking for tm_gmtoff in struct tm...') 67 result = context.TryLink(struct_member, '.c') 68 context.Result(result)
|
| H A D | NEWS | 344 …* fix auth.backend.ldap.bind-dn/pw problems (only read from global context for temporary ldap reco… 494 * fixed crash on url.redirect and url.rewrite if %0 is used in a global context
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | magnet.txt | 350 ... or how to store data globally in the script-context: 352 Each script has its own script-context. When the script is started it only contains the lua-functio… 354 context: 369 The global-context is per script. If you update the script without restarting the server, the conte…
|
| H A D | traffic-shaping.txt | 25 a single connection or config context like a virtual host or a URL.
|
| H A D | performance.txt | 174 A stat(2) can be expensive; caching it saves time and context switches.
|
| H A D | configuration.txt | 213 Global context
|