Home
last modified time | relevance | path

Searched refs:pResult (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/standard/
H A Ddns_win32.c51 PDNS_RECORD pResult, pRec; /* Pointer to DNS_RECORD structure */ in PHP_FUNCTION() local
57 status = DnsQuery_A(hostname, DNS_TYPE_MX, DNS_QUERY_STANDARD, NULL, &pResult, NULL); in PHP_FUNCTION()
75 for (pRec = pResult; pRec; pRec = pRec->pNext) { in PHP_FUNCTION()
90 DnsRecordListFree(pResult, DnsFreeRecordListDeep); in PHP_FUNCTION()
105 PDNS_RECORD pResult; /* Pointer to DNS_RECORD structure */ in PHP_FUNCTION() local
135 status = DnsQuery_A(hostname, type, DNS_QUERY_STANDARD, NULL, &pResult, NULL); in PHP_FUNCTION()
407 PDNS_RECORD pResult, pRec; /* Pointer to DNS_RECORD structure */ in PHP_FUNCTION() local
462 status = DnsQuery_A(hostname, type_to_fetch, DNS_QUERY_STANDARD, NULL, &pResult, NULL); in PHP_FUNCTION()
474 for (pRec = pResult; pRec; pRec = pRec->pNext) { in PHP_FUNCTION()
508 DnsRecordListFree(pResult, DnsFreeRecordListDeep); in PHP_FUNCTION()

Completed in 4 milliseconds