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

/httpd/modules/ldap/
H A Dutil_ldap.c899 util_url_node_t *curl; local
915 curl = util_ald_cache_fetch(st->util_ldap_cache, &curnode);
916 if (curl == NULL) {
917 curl = util_ald_create_caches(st, url);
934 if (curl) {
940 node = util_ald_cache_fetch(curl->dn_compare_cache, &newnode);
1010 if (curl) {
1016 node = util_ald_cache_fetch(curl->dn_compare_cache, &newnode);
1021 util_ald_cache_insert(curl->dn_compare_cache, &newnode);
1046 util_url_node_t *curl; local
1398 util_url_node_t *curl; local
1645 util_url_node_t *curl; /* Cached URL node */ local
1921 util_url_node_t *curl; /* Cached URL node */ local
[all...]
H A Dutil_ldap_cache_mgr.c276 util_url_node_t curl, *newcurl = NULL; local
310 memset (&curl, 0, sizeof(util_url_node_t));
311 curl.url = url;
312 curl.search_cache = search_cache;
313 curl.compare_cache = compare_cache;
314 curl.dn_compare_cache = dn_compare_cache;
316 newcurl = util_ald_cache_insert(st->util_ldap_cache, &curl);

Completed in 602 milliseconds