Searched refs:eh (Results 1 - 2 of 2) sorted by relevance

/httpd/os/netware/
H A Dutil_nw.c30 event_handle_t eh; variable
66 UnRegisterEventNotification(eh);
103 eh = RegisterForEventNotification(rt, EVENT_DOWN_SERVER,
/httpd/modules/cache/
H A Dmod_cache.c822 const char *reason, **eh; local
1149 for (eh = MOD_CACHE_ENTITY_HEADERS; *eh; ++eh) {
1150 if (cache_header_cmp(r->pool, left, right, *eh)) {
1151 ehs = (ehs) ? apr_pstrcat(r->pool, ehs, ", ", *eh, NULL) : *eh;
1171 for (eh = MOD_CACHE_ENTITY_HEADERS; *eh; ++eh) {
[all...]

Completed in 52 milliseconds