Searched defs:type_to_fetch (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_4/ext/standard/ |
| H A D | dns_win32.c | 141 static void php_parserr(PDNS_RECORD pRec, int type_to_fetch, int store, int raw, zval **subarray) argument 149 if (type_to_fetch != DNS_TYPE_ANY && type != type_to_fetch) { 354 int type, type_to_fetch, first_query = 1, store_results = 1; local 405 type_to_fetch = type_param; 410 type_to_fetch = type_param&PHP_DNS_A ? DNS_TYPE_A : 0; 413 type_to_fetch = type_param&PHP_DNS_NS ? DNS_TYPE_NS : 0; 416 type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_TYPE_CNAME : 0; 419 type_to_fetch = type_param&PHP_DNS_SOA ? DNS_TYPE_SOA : 0; 422 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, int raw, zval **subarray) argument 438 if (type_to_fetch != T_ANY && type != type_to_fetch) { 720 int type_to_fetch; local 790 type_to_fetch = type_param; 795 type_to_fetch = type_param&PHP_DNS_A ? DNS_T_A : 0; 798 type_to_fetch = type_param&PHP_DNS_NS ? DNS_T_NS : 0; 801 type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_T_CNAME : 0; 804 type_to_fetch = type_param&PHP_DNS_SOA ? DNS_T_SOA : 0; 807 type_to_fetch [all...] |
Completed in 4 milliseconds