Lines Matching defs:node
901 util_dn_compare_node_t *node;
940 node = util_ald_cache_fetch(curl->dn_compare_cache, &newnode);
941 if (node != NULL) {
1016 node = util_ald_cache_fetch(curl->dn_compare_cache, &newnode);
1017 if ( (node == NULL)
1018 || (strcmp(reqdn, node->reqdn) != 0)
1019 || (strcmp(dn, node->dn) != 0))
1037 * different cache node: require group includes the DN; require user does not
1164 /* If the node doesn't exist then insert it, otherwise just update
1352 * and (require user compares). Each compare has a different cache node:
1645 util_url_node_t *curl; /* Cached URL node */
1647 util_search_node_t *search_nodep; /* Cached search node */
1655 /* Get the cache node for this url */
1872 * this node into the cache before we got here. If it does exist then
1921 util_url_node_t *curl; /* Cached URL node */
1923 util_search_node_t *search_nodep; /* Cached search node */
1931 /* Get the cache node for this url */
2081 * this node into the cache before we got here. If it does exist then