Searched refs:raw (Results 1 - 5 of 5) sorted by relevance
| /PHP_TRUNK/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...] |
| H A D | basic_functions.c | 1014 ZEND_ARG_INFO(0, raw)
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | regcomp.c | 4233 int raw ARG_UNUSED, OnigEncoding enc) 6116 (NSTRING_IS_RAW(node) ? "-raw" : ""), (int )node);
|
| H A D | regparse.h | 329 extern void onig_node_conv_to_str_node P_((Node* node, int raw));
|
Completed in 24 milliseconds