Searched refs:util_ald_strdup (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/apache-793/httpd/modules/ldap/
H A Dutil_ldap_cache.c54 if (!(node->url = util_ald_strdup(cache, n->url))) {
166 if (!(newnode->vals[i] = util_ald_strdup(cache, node->vals[i]))) {
179 if (!(newnode->username = util_ald_strdup(cache, node->username)) ||
180 !(newnode->dn = util_ald_strdup(cache, node->dn)) ) {
185 if(!(newnode->bindpw = util_ald_strdup(cache, node->bindpw))) {
260 if (!(node->dn = util_ald_strdup(cache, n->dn)) ||
261 !(node->attrib = util_ald_strdup(cache, n->attrib)) ||
262 !(node->value = util_ald_strdup(cache, n->value)) ||
363 if (!(node->reqdn = util_ald_strdup(cache, n->reqdn)) ||
364 !(node->dn = util_ald_strdup(cach
[all...]
H A Dutil_ldap_cache.h181 const char *util_ald_strdup(util_ald_cache_t *cache, const char *s);
H A Dutil_ldap_cache_mgr.c117 const char *util_ald_strdup(util_ald_cache_t *cache, const char *s) function
159 sgl_out->subgroupDNs[i] = util_ald_strdup(cache, sgl_in->subgroupDNs[i]);

Completed in 120 milliseconds