Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Ddns_win32.c50 PDNS_RECORD pResult, pRec; /* Pointer to DNS_RECORD structure */ in PHP_FUNCTION() local
56 status = DnsQuery_A(hostname, DNS_TYPE_MX, DNS_QUERY_STANDARD, NULL, &pResult, NULL); in PHP_FUNCTION()
74 for (pRec = pResult; pRec; pRec = pRec->pNext) { in PHP_FUNCTION()
89 DnsRecordListFree(pResult, DnsFreeRecordListDeep); in PHP_FUNCTION()
104 PDNS_RECORD pResult; /* Pointer to DNS_RECORD structure */ in PHP_FUNCTION() local
134 status = DnsQuery_A(hostname, type, DNS_QUERY_STANDARD, NULL, &pResult, NULL); in PHP_FUNCTION()
409 PDNS_RECORD pResult, pRec; /* Pointer to DNS_RECORD structure */ in PHP_FUNCTION() local
464 status = DnsQuery_A(hostname, type_to_fetch, DNS_QUERY_STANDARD, NULL, &pResult, NULL); in PHP_FUNCTION()
476 for (pRec = pResult; pRec; pRec = pRec->pNext) { in PHP_FUNCTION()
510 DnsRecordListFree(pResult, DnsFreeRecordListDeep); in PHP_FUNCTION()

Completed in 4 milliseconds