store_results     784 ext/standard/dns.c 	int type, first_query = 1, store_results = 1;
store_results     882 ext/standard/dns.c 				store_results = 0;
store_results     955 ext/standard/dns.c 				cp = php_parserr(cp, end, &answer, type_to_fetch, store_results, raw, &retval);
store_results     956 ext/standard/dns.c 				if (retval != NULL && store_results) {
store_results     354 ext/standard/dns_win32.c 	int type, type_to_fetch, first_query = 1, store_results = 1;
store_results     446 ext/standard/dns_win32.c 				store_results = 0;
store_results     472 ext/standard/dns_win32.c 					php_parserr(pRec, type_to_fetch, store_results, raw, &retval);
store_results     473 ext/standard/dns_win32.c 					if (retval != NULL && store_results) {