Searched refs:php_parserr (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/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, zval **subarray) function 439 php_parserr(pRec, type_to_fetch, store_results, &retval); 447 php_parserr(pRec, type_to_fetch, store_results, &retval); 462 php_parserr(pRec, type_to_fetch, store_results, &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, zval **subarray) function 851 cp = php_parserr(cp, &answer, type_to_fetch, store_results, &retval); 864 cp = php_parserr(cp, &answer, DNS_T_ANY, authns != NULL, &retval); 876 cp = php_parserr(cp, &answer, DNS_T_ANY, 1, &retval);
|
Completed in 4 milliseconds