Searched refs:vals (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/contrib/sdb/ldap/ |
H A D | ldapdb.c | 227 char *fltr, *a, **vals = NULL, **names = NULL; local 301 vals = ldap_get_values(ld, e, "dNSTTL"); 302 if (vals != NULL) { 303 ttl = atoi(vals[0]); 304 ldap_value_free(vals); 322 vals = ldap_get_values(ld, e, a); 323 if (vals != NULL) { 324 for (i = 0; vals[i] != NULL; i++) { 326 result = dns_sdb_putrr(retdata, type, ttl, vals[i]); 329 result = dns_sdb_putnamedrr(retdata, names[j], type, ttl, vals[ [all...] |
/bind-9.6-ESV-R11/contrib/dlz/drivers/ |
H A D | dlz_ldap_driver.c | 341 char **vals = NULL; local 367 vals = ldap_get_values(dbc, entry, attrs[j]); 369 if (vals == NULL || ldap_count_values(vals) < 1) 375 len = len + strlen(vals[0]) + 1; 376 /* free vals for next loop */ 377 ldap_value_free(vals); 403 vals = ldap_get_values(dbc, entry, attribute); 406 if (vals == NULL || vals[ [all...] |
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/ |
H A D | configure | 3441 # Transform confdefs.h into a sed script conftest.vals that substitutes 3445 rm -f conftest.vals 3453 sed -n -f conftest.hdr confdefs.h > conftest.vals 3459 cat >> conftest.vals <<\EOF 3463 # Break up conftest.vals because some shells have a limit on 3469 ac_lines=`grep -c . conftest.vals` 3474 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS 3480 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail 3481 rm -f conftest.vals 3482 mv conftest.tail conftest.vals [all...] |
Completed in 30 milliseconds