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

/httpd/modules/ldap/
H A Dutil_ldap_cache.c43 util_url_node_t *nb = b; local
45 return (strcmp(na->url, nb->url) == 0);
142 util_search_node_t *nb = b; local
144 return (strcmp(na->username, nb->username) == 0);
247 util_compare_node_t *nb = b; local
249 return (strcmp(na->dn, nb->dn) == 0 &&
250 strcmp(na->attrib, nb->attrib) == 0 &&
251 strcmp(na->value, nb->value) == 0);
352 util_dn_compare_node_t *nb = b; local
354 return (strcmp(na->reqdn, nb
[all...]
/httpd/modules/metadata/
H A Dmod_mime_magic.c879 static int tryit(request_rec *r, unsigned char *buf, apr_size_t nb, argument
886 if (zmagic(r, buf, nb) == 1)
893 if (softmagic(r, buf, nb) == 1)
899 if (ascmagic(r, buf, nb) == 1)

Completed in 729 milliseconds