Home
last modified time | relevance | path

Searched refs:php_parserr (Results 1 – 2 of 2) sorted by last modified time

/PHP-8.0/ext/standard/
H A Ddns.c435 static u_char *php_parserr(u_char *cp, u_char *end, querybuf *answer, int type_to_fetch, int store,… in php_parserr() function
996 cp = php_parserr(cp, end, &answer, type_to_fetch, store_results, raw, &retval); in PHP_FUNCTION()
1009 cp = php_parserr(cp, end, &answer, DNS_T_ANY, authns != NULL, raw, &retval); in PHP_FUNCTION()
1021 cp = php_parserr(cp, end, &answer, DNS_T_ANY, 1, raw, &retval); in PHP_FUNCTION()
H A Ddns_win32.c143 static void php_parserr(PDNS_RECORD pRec, int type_to_fetch, int store, int raw, zval *subarray) in php_parserr() function
473 php_parserr(pRec, type_to_fetch, store_results, raw, &retval); in PHP_FUNCTION()
481 php_parserr(pRec, type_to_fetch, 1, raw, &retval); in PHP_FUNCTION()
496 php_parserr(pRec, type_to_fetch, 1, raw, &retval); in PHP_FUNCTION()

Completed in 11 milliseconds