Searched defs:raw (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_5/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 164 if (raw) { 355 zend_bool raw = 0; local 358 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { 371 if (!raw) { 387 if (raw) { 404 case -1: /* raw */ 472 php_parserr(pRec, type_to_fetch, store_results, raw, &retval); 480 php_parserr(pRec, type_to_fetch, 1, raw, &retval); 495 php_parserr(pRec, type_to_fetch, 1, raw, [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 455 if (raw) { 734 zend_bool raw = 0; local 737 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { 750 if (!raw) { 771 * - In case of raw mode, we query only the requestd type instead of looping type by type 775 if (raw) { 789 case -1: /* raw */ 887 cp = php_parserr(cp, &answer, type_to_fetch, store_results, raw, &retval); 900 cp = php_parserr(cp, &answer, DNS_T_ANY, authns != NULL, raw, [all...] |
Completed in 4 milliseconds