Searched refs:compare (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/metadata/ |
H A D | mod_version.c | 74 * compare the supplied version with the core one 177 int reverse = 0, done = 0, match = 0, compare; local 223 compare = compare_version(apr_pstrmemdup(cmd->temp_pool, arg2, 230 match = !compare; 251 compare = compare_version(apr_pstrmemdup(cmd->temp_pool, arg2, 258 match = ((-1 == compare) || (*p && !compare)); 262 compare = compare_version(apr_pstrmemdup(cmd->temp_pool, arg2, 269 match = ((1 == compare) || (*p && !compare)); [all...] |
/httpd/modules/ldap/ |
H A D | util_ldap_cache.h | 50 int (*compare)(void *, void *); /* Func to compare two payloads */ member in struct:util_ald_cache 88 * the cache contains the search cache for that URL, and a compare cache 89 * for the URL. The compare cash is populated when doing require group 123 * We cache every successful compare operation, using the DN, attrib, and 137 * We cache every successful compare dn operation, using the dn in the require
|
H A D | util_ldap_cache_mgr.c | 142 * Duplicate a subgroupList from one compare entry to another. 379 cache->compare = comparefunc; 434 p && !(*cache->compare)(p->payload, payload); 558 p && !(*cache->compare)(p->payload, payload);
|
Completed in 1256 milliseconds