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

/httpd/modules/ldap/
H A Dutil_ldap_cache_mgr.c678 char cachetype[5], lint[2]; local
682 if ((3 == sscanf(r->args, scanfmt, cachetype, &id, &off, lint)) &&
702 cachetype[0] == 'm'? "Main" :
703 (cachetype[0] == 's' ? "Search" :
704 (cachetype[0] == 'c' ? "Compares" : "DNCompares")));
706 switch (cachetype[0]) {

Completed in 1373 milliseconds