Searched defs:this (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dmaster.c5 * License, v. 2.0. If a copy of the MPL was not distributed with this
1030 dns_rdatalist_t *this; local
1939 * as this will minimise list traversal.
1942 this = ISC_LIST_HEAD(glue_list);
1944 this = ISC_LIST_HEAD(current_list);
1946 while (this != NULL) {
1947 if (this->type == type && this->covers == covers)
1949 this = ISC_LIST_NEXT(this, lin
2957 dns_rdatalist_t *this; local
3007 dns_rdatalist_t *this; local
3061 resign_fromlist(dns_rdatalist_t *this, dns_loadctx_t *lctx) argument
3096 dns_rdatalist_t *this; local
3153 dns_rdatalist_t *this; local
[all...]
H A Drbtdb.c5 * License, v. 2.0. If a copy of the MPL was not distributed with this
98 * written, as the LAST thing done to the file. Writing this last (with
357 * node lock and isc_refcount for node references. In this case, we don't have
448 * If this is the top header for an rdataset, 'next' points
451 * at this header.
457 * this rdataset.
462 * Monotonously increased every time this rdataset is bound so that
527 #undef IGNORE /* WIN32 winbase.h defines this. */
565 * There is a tradeoff issue about configuring this value: if this i
8210 rdatasetheader_t *header = NULL, *this; local
[all...]

Completed in 539 milliseconds