Searched defs:type_to_fetch (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/ext/standard/ |
| H A D | dns_win32.c | 141 static void php_parserr(PDNS_RECORD pRec, int type_to_fetch, int store, zval **subarray) argument 149 if (type_to_fetch != DNS_TYPE_ANY && type != type_to_fetch) { 344 int type, type_to_fetch, first_query = 1, store_results = 1; local 377 type_to_fetch = type_param&PHP_DNS_A ? DNS_TYPE_A : 0; 380 type_to_fetch = type_param&PHP_DNS_NS ? DNS_TYPE_NS : 0; 383 type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_TYPE_CNAME : 0; 386 type_to_fetch = type_param&PHP_DNS_SOA ? DNS_TYPE_SOA : 0; 389 type_to_fetch = type_param&PHP_DNS_PTR ? DNS_TYPE_PTR : 0; 392 type_to_fetch [all...] |
| H A D | dns.c | 416 static u_char *php_parserr(u_char *cp, querybuf *answer, int type_to_fetch, int store, zval **subarray) argument 438 if (type_to_fetch != T_ANY && type != type_to_fetch) { 710 int type_to_fetch; local 759 type_to_fetch = type_param&PHP_DNS_A ? DNS_T_A : 0; 762 type_to_fetch = type_param&PHP_DNS_NS ? DNS_T_NS : 0; 765 type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_T_CNAME : 0; 768 type_to_fetch = type_param&PHP_DNS_SOA ? DNS_T_SOA : 0; 771 type_to_fetch = type_param&PHP_DNS_PTR ? DNS_T_PTR : 0; 774 type_to_fetch [all...] |
Completed in 4 milliseconds