Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Ddns_win32.c343 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local
346 …D_NUM_ARGS() TSRMLS_CC, "s|lzz", &hostname, &hostname_len, &type_param, &authns, &addtl) == FAILUR… in PHP_FUNCTION()
350 if (authns) { in PHP_FUNCTION()
351 zval_dtor(authns); in PHP_FUNCTION()
352 array_init(authns); in PHP_FUNCTION()
445 if (authns && pRec->Flags.S.Section == DnsSectionAuthority) { in PHP_FUNCTION()
449 add_next_index_zval(authns, retval); in PHP_FUNCTION()
H A Ddns.c713 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local
729 …D_NUM_ARGS() TSRMLS_CC, "s|lzz", &hostname, &hostname_len, &type_param, &authns, &addtl) == FAILUR… in PHP_FUNCTION()
733 if (authns) { in PHP_FUNCTION()
734 zval_dtor(authns); in PHP_FUNCTION()
735 array_init(authns); in PHP_FUNCTION()
861 if (authns || addtl) { in PHP_FUNCTION()
868 cp = php_parserr(cp, &answer, DNS_T_ANY, authns != NULL, &retval); in PHP_FUNCTION()
870 add_next_index_zval(authns, retval); in PHP_FUNCTION()
H A Dbasic_functions.c1008 ZEND_ARG_INFO(1, authns) /* ARRAY_INFO(1, authns, 1) */

Completed in 20 milliseconds