Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Ddns_win32.c354 int type, type_to_fetch, first_query = 1, store_results = 1; in PHP_FUNCTION() local
399 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION()
405 first_query = 0; in PHP_FUNCTION()
H A Ddns.c845 int type, first_query = 1, store_results = 1; in PHP_FUNCTION() local
903 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION()
906 first_query = 0; in PHP_FUNCTION()

Completed in 9 milliseconds