Searched refs:replace (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/unit/atf-src/admin/ |
H A D | ar-lib | 157 replace= 168 r*) replace=yes ;; 181 case $delete$extract$list$quick$replace,$index in 233 elif test -n "$quick$replace"; then
|
/bind-9.11.3/lib/dns/rdata/generic/ |
H A D | naptr_35.c | 32 isc_boolean_t replace = ISC_FALSE; local 60 if (c == delim && !replace) { 61 replace = ISC_TRUE; 79 if (!replace) 88 if (replace) 101 if (!replace)
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | zone.h | 2359 unsigned char *salt, isc_boolean_t replace); 2363 * If 'replace' is ISC_TRUE, then the existing NSEC3 chain, if any, will
|
/bind-9.11.3/lib/dns/ |
H A D | zone.c | 862 isc_boolean_t replace; member in struct:nsec3param 6129 * with the same algorithm to replace it. 18813 * parameters are supposed to replace the current ones or if we are 18816 if (!exists && np->replace && (np->length != 0 || np->nsec)) 18902 * field of the structure to ISC_TRUE and the "replace" field to the value 18903 * of the "replace" argument, leaving other fields initialized to zeros, to 18917 unsigned char *salt, isc_boolean_t replace) 18945 np->replace = replace; 18915 dns_zone_setnsec3param(dns_zone_t *zone, isc_uint8_t hash, isc_uint8_t flags, isc_uint16_t iter, isc_uint8_t saltlen, unsigned char *salt, isc_boolean_t replace) argument
|
Completed in 59 milliseconds