Searched refs:pResult (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/standard/ |
H A D | dns_win32.c | 49 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() 102 PDNS_RECORD pResult; /* Pointer to DNS_RECORD structure */ in PHP_FUNCTION() local 132 status = DnsQuery_A(hostname, type, DNS_QUERY_STANDARD, NULL, &pResult, NULL); in PHP_FUNCTION() 402 PDNS_RECORD pResult, pRec; /* Pointer to DNS_RECORD structure */ in PHP_FUNCTION() local 457 status = DnsQuery_A(hostname, type_to_fetch, DNS_QUERY_STANDARD, NULL, &pResult, NULL); in PHP_FUNCTION() 469 for (pRec = pResult; pRec; pRec = pRec->pNext) { in PHP_FUNCTION() 503 DnsRecordListFree(pResult, DnsFreeRecordListDeep); in PHP_FUNCTION()
|
Completed in 6 milliseconds