Searched refs:php_parserr (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_5/ext/standard/ |
| H A D | dns_win32.c | 140 /* {{{ php_parserr */ 141 static void php_parserr(PDNS_RECORD pRec, int type_to_fetch, int store, int raw, zval **subarray) function 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, &retval);
|
| H A D | dns.c | 415 /* {{{ php_parserr */ 416 static u_char *php_parserr(u_char *cp, querybuf *answer, int type_to_fetch, int store, int raw, zval **subarray) function 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, &retval); 912 cp = php_parserr(cp, &answer, DNS_T_ANY, 1, raw, &retval);
|
Completed in 28 milliseconds