Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Ddns_win32.c344 int type, type_to_fetch, first_query = 1, store_results = 1; in PHP_FUNCTION() local
413 store_results = 0; in PHP_FUNCTION()
439 php_parserr(pRec, type_to_fetch, store_results, &retval); in PHP_FUNCTION()
440 if (retval != NULL && store_results) { in PHP_FUNCTION()
447 php_parserr(pRec, type_to_fetch, store_results, &retval); in PHP_FUNCTION()
462 php_parserr(pRec, type_to_fetch, store_results, &retval); in PHP_FUNCTION()
H A Ddns.c727 int type, first_query = 1, store_results = 1; in PHP_FUNCTION() local
799 store_results = 0; in PHP_FUNCTION()
855 cp = php_parserr(cp, &answer, type_to_fetch, store_results, &retval); in PHP_FUNCTION()
856 if (retval != NULL && store_results) { in PHP_FUNCTION()

Completed in 10 milliseconds