OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:templateURL
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c
9068
char *
templateURL
= NULL;
9072
ASPrintF( &
templateURL
, "https://%s%s", kDNSServerHostname, kDNSServerDoHURLPath );
9073
require_action(
templateURL
, exit, err = kNoMemoryErr );
9077
ASPrintF( &
templateURL
, "https://%s:%u%s", kDNSServerHostname, inListeningPort, kDNSServerDoHURLPath );
9078
require_action(
templateURL
, exit, err = kNoMemoryErr );
9080
endpoint = nw_endpoint_create_url(
templateURL
);
9081
ForgetMem( &
templateURL
);
[
all
...]
Completed in 56 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026