HomeSort by: relevance | last modified time | path
    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