Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Ddns_win32.c360 int type, type_to_fetch, first_query = 1, store_results = 1; in PHP_FUNCTION() local
405 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION()
411 first_query = 0; in PHP_FUNCTION()
H A Ddns.c828 int type, first_query = 1, store_results = 1; in PHP_FUNCTION() local
886 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION()
889 first_query = 0; in PHP_FUNCTION()

Completed in 9 milliseconds