Searched refs:store_results (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | dns_win32.c | 354 int type, type_to_fetch, first_query = 1, store_results = 1; in PHP_FUNCTION() local 446 store_results = 0; in PHP_FUNCTION() 472 php_parserr(pRec, type_to_fetch, store_results, raw, &retval); in PHP_FUNCTION() 473 if (retval != NULL && store_results) { in PHP_FUNCTION()
|
H A D | dns.c | 784 int type, first_query = 1, store_results = 1; in PHP_FUNCTION() local 882 store_results = 0; in PHP_FUNCTION() 938 cp = php_parserr(cp, end, &answer, type_to_fetch, store_results, raw, &retval); in PHP_FUNCTION() 939 if (retval != NULL && store_results) { in PHP_FUNCTION()
|
Completed in 9 milliseconds