Searched refs:when (Results 1 - 4 of 4) sorted by relevance

/httpd/support/
H A Dphf_abuse_log.cgi.in30 $when = &ctime(time);
31 $when =~ s/\n//go;
35 print LOG "[$when] $ENV{REMOTE_ADDR} $ENV{REMOTE_HOST} $ENV{$HTTP_REFERER} $ENV{HTTP_USER_AGENT}\n";
/httpd/server/mpm/event/
H A Dfdqueue.h68 apr_time_t when; member in struct:timer_event_t
H A Devent.c31 * listener thread when a keep-alive socket needs to be sent to it.
112 * when things get out of hand.
207 /** the time when the entry was queued */
372 * reset only when a cycle goes by without the need to spawn.
431 * process from an old generation does when the admin does "apachectl
1028 * when none is explicitly configured on this server.
1461 * which does use any compare function). It is meant to return 0 when a == b,
1462 * <0 when a < b, and >0 when a > b. However apr_skiplist_insert() will not
1466 * compare function to return +1 instead of 0 when compare
[all...]
/httpd/modules/lua/
H A Dmod_lua.c744 /* Fix for making sure that LuaMapHandler works when FallbackResource is set */
1001 int when = APR_HOOK_MIDDLE; local
1020 when = AP_LUA_HOOK_FIRST;
1023 when = AP_LUA_HOOK_LAST;
1097 baton->apr_hook_when = when;
1277 const char *when)
1286 if (when) {
1287 if (!strcasecmp(when, "early")) {
1290 else if (!strcasecmp(when, "late")) {
1350 const char *when)
1274 register_translate_name_hook(cmd_parms *cmd, void *_cfg, const char *file, const char *function, const char *when) argument
1347 register_check_user_id_hook(cmd_parms *cmd, void *_cfg, const char *file, const char *function, const char *when) argument
1390 register_access_checker_hook(cmd_parms *cmd, void *_cfg, const char *file, const char *function, const char *when) argument
1420 register_auth_checker_hook(cmd_parms *cmd, void *_cfg, const char *file, const char *function, const char *when) argument
[all...]

Completed in 29 milliseconds