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

/bind-9.6-ESV-R11/lib/dns/
H A Dmaster.c5 * Permission to use, copy, modify, and/or distribute this software for any
7 * copyright notice and this permission notice appear in all copies.
980 dns_rdatalist_t *this; local
1860 * as this will minimise list traversal.
1863 this = ISC_LIST_HEAD(glue_list);
1865 this = ISC_LIST_HEAD(current_list);
1867 while (this != NULL) {
1868 if (this->type == type && this->covers == covers)
1870 this
2663 dns_rdatalist_t *this; local
2713 dns_rdatalist_t *this; local
2767 resign_fromlist(dns_rdatalist_t *this, isc_uint32_t resign) argument
2797 dns_rdatalist_t *this; local
2855 dns_rdatalist_t *this; local
[all...]
H A Drbtdb.c5 * Permission to use, copy, modify, and/or distribute this software for any
7 * copyright notice and this permission notice appear in all copies.
150 * node lock and isc_refcount for node references. In this case, we don't have
237 * If this is the top header for an rdataset, 'next' points
240 * at this header.
246 * this rdataset.
251 * Monotonously increased every time this rdataset is bound so that
306 #undef IGNORE /* WIN32 winbase.h defines this. */
329 * There is a tradeoff issue about configuring this value: if this i
6817 rdatasetheader_t *header = NULL, *this; local
[all...]

Completed in 1777 milliseconds