Searched refs:php_parserr (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/standard/ |
H A D | dns_win32.c | 144 static void php_parserr(PDNS_RECORD pRec, int type_to_fetch, int store, bool raw, zval *subarray) in php_parserr() function 474 php_parserr(pRec, type_to_fetch, store_results, raw, &retval); in PHP_FUNCTION() 482 php_parserr(pRec, type_to_fetch, 1, raw, &retval); in PHP_FUNCTION() 497 php_parserr(pRec, type_to_fetch, 1, raw, &retval); in PHP_FUNCTION()
|
H A D | dns.c | 446 static uint8_t *php_parserr(uint8_t *cp, uint8_t *end, querybuf *answer, int type_to_fetch, int sto… in php_parserr() function 1007 cp = php_parserr(cp, end, &answer, type_to_fetch, store_results, raw, &retval); in PHP_FUNCTION() 1020 cp = php_parserr(cp, end, &answer, DNS_T_ANY, authns != NULL, raw, &retval); in PHP_FUNCTION() 1032 cp = php_parserr(cp, end, &answer, DNS_T_ANY, 1, raw, &retval); in PHP_FUNCTION()
|
Completed in 9 milliseconds