OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fetchp
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mpl/bind/dist/lib/ns/
query.c
771
dns_fetch_t **
fetchp
= &client->query.recursions[i].fetch;
local
772
if (*
fetchp
!= NULL) {
773
dns_resolver_cancelfetch(*
fetchp
);
774
*
fetchp
= NULL;
2735
dns_fetch_t **
fetchp
= NULL;
local
2743
fetchp
= &client->query.recursions[recursion_type].fetch;
2747
if (*
fetchp
!= NULL) {
2748
INSIST(resp->fetch == *
fetchp
);
2749
*
fetchp
= NULL;
2794
dns_fetch_t **
fetchp
;
local
[
all
...]
Completed in 28 milliseconds
Indexes created Tue Jul 14 00:26:25 UTC 2026