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

/httpd/modules/metadata/
H A Dmod_version.c74 * 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 Dutil_ldap_cache.h50 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

Completed in 10 milliseconds