Searched defs:wl (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/aaa/
H A Dmod_access_compat.c218 int wl = strlen(what); local
220 if ((wl - dl) >= 0) {
221 if (strcasecmp(domain, &what[wl - dl]) != 0) {
230 if (wl == dl) {
234 return (domain[0] == '.' || what[wl - dl - 1] == '.');
H A Dmod_authz_host.c62 int wl = strlen(what); local
64 if ((wl - dl) >= 0) {
65 if (strcasecmp(domain, &what[wl - dl]) != 0) {
74 if (wl == dl) {
78 return (domain[0] == '.' || what[wl - dl - 1] == '.');
/httpd/modules/core/
H A Dmod_watchdog.c79 watchdog_list_t *wl = w->callbacks; local
80 while (wl) {
81 if (wl->status == APR_SUCCESS) {
83 (*wl->callback_fn)(AP_WATCHDOG_STATE_STOPPING,
84 (void *)wl->data, w->pool);
85 wl->status = APR_EOF;
87 wl = wl->next;
156 watchdog_list_t *wl = w->callbacks; local
161 if (wl) {
182 watchdog_list_t *wl = w->callbacks; local
243 watchdog_list_t *wl = w->callbacks; local
440 const apr_array_header_t *wl; local
544 const apr_array_header_t *wl; local
[all...]

Completed in 2239 milliseconds