Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Ddns_win32.c354 int type, type_to_fetch, first_query = 1, store_results = 1; in PHP_FUNCTION() local
396 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION()
402 first_query = 0; in PHP_FUNCTION()
H A Ddns.c784 int type, first_query = 1, store_results = 1; in PHP_FUNCTION() local
835 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION()
838 first_query = 0; in PHP_FUNCTION()

Completed in 9 milliseconds