Home
last modified time | relevance | path

Searched refs:first_query (Results 1 – 2 of 2) sorted by last modified time

/PHP-7.0/ext/standard/
H A Ddns.c807 int type, first_query = 1, store_results = 1; in PHP_FUNCTION() local
858 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION()
861 first_query = 0; in PHP_FUNCTION()
H A Ddns_win32.c352 int type, type_to_fetch, first_query = 1, store_results = 1; in PHP_FUNCTION() local
394 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION()
400 first_query = 0; in PHP_FUNCTION()

Completed in 13 milliseconds