Home
last modified time | relevance | path

Searched refs:authns (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/standard/
H A Ddns_win32.c353 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local
358 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { in PHP_FUNCTION()
362 if (authns) { in PHP_FUNCTION()
363 zval_dtor(authns); in PHP_FUNCTION()
364 array_init(authns); in PHP_FUNCTION()
478 if (authns && pRec->Flags.S.Section == DnsSectionAuthority) { in PHP_FUNCTION()
482 add_next_index_zval(authns, retval); in PHP_FUNCTION()
H A Ddns.c770 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local
788 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { in PHP_FUNCTION()
792 if (authns) { in PHP_FUNCTION()
793 zval_dtor(authns); in PHP_FUNCTION()
794 array_init(authns); in PHP_FUNCTION()
961 if (authns || addtl) { in PHP_FUNCTION()
968 cp = php_parserr(cp, end, &answer, DNS_T_ANY, authns != NULL, raw, &retval); in PHP_FUNCTION()
970 add_next_index_zval(authns, retval); in PHP_FUNCTION()
H A Dbasic_functions.c1007 ZEND_ARG_ARRAY_INFO(1, authns, 1)

Completed in 22 milliseconds