Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Ddns_win32.c49 PDNS_RECORD pResult, pRec; /* Pointer to DNS_RECORD structure */ in PHP_FUNCTION() local
55 status = DnsQuery_A(hostname, DNS_TYPE_MX, DNS_QUERY_STANDARD, NULL, &pResult, NULL); in PHP_FUNCTION()
73 for (pRec = pResult; pRec; pRec = pRec->pNext) { in PHP_FUNCTION()
88 DnsRecordListFree(pResult, DnsFreeRecordListDeep); in PHP_FUNCTION()
103 PDNS_RECORD pResult; /* Pointer to DNS_RECORD structure */ in PHP_FUNCTION() local
133 status = DnsQuery_A(hostname, type, DNS_QUERY_STANDARD, NULL, &pResult, NULL); in PHP_FUNCTION()
403 PDNS_RECORD pResult, pRec; /* Pointer to DNS_RECORD structure */ in PHP_FUNCTION() local
458 status = DnsQuery_A(hostname, type_to_fetch, DNS_QUERY_STANDARD, NULL, &pResult, NULL); in PHP_FUNCTION()
470 for (pRec = pResult; pRec; pRec = pRec->pNext) { in PHP_FUNCTION()
504 DnsRecordListFree(pResult, DnsFreeRecordListDeep); in PHP_FUNCTION()

Completed in 5 milliseconds