OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:treep
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
rbtdb.c
455
dns_rbt_t **
treep
= NULL;
local
492
treep
= &rbtdb->tree;
493
if (*
treep
== NULL) {
494
treep
= &rbtdb->nsec;
495
if (*
treep
== NULL) {
496
treep
= &rbtdb->nsec3;
500
if (*
treep
== NULL) {
507
result = dns_rbt_destroy(
treep
, rbtdb->quantum);
517
INSIST(result == ISC_R_SUCCESS && *
treep
== NULL);
qpcache.c
2528
dns_qp_t **
treep
= NULL;
local
2534
treep
= &qpdb->tree;
2535
if (*
treep
== NULL) {
2536
treep
= &qpdb->nsec;
2537
if (*
treep
== NULL) {
2542
dns_qp_destroy(
treep
);
2543
INSIST(*
treep
== NULL);
/src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c
1077
dns_rbt_t **
treep
;
local
1123
treep
= &rbtdb->tree;
1124
if (*
treep
== NULL) {
1125
treep
= &rbtdb->nsec;
1126
if (*
treep
== NULL) {
1127
treep
= &rbtdb->nsec3;
1131
if (*
treep
== NULL) {
1138
result = dns_rbt_destroy2(
treep
, rbtdb->quantum);
1155
INSIST(result == ISC_R_SUCCESS && *
treep
== NULL);
Completed in 34 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026