Searched refs:authns (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | dns_win32.c | 353 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 D | dns.c | 770 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() 944 if (authns || addtl) { in PHP_FUNCTION() 951 cp = php_parserr(cp, end, &answer, DNS_T_ANY, authns != NULL, raw, &retval); in PHP_FUNCTION() 953 add_next_index_zval(authns, retval); in PHP_FUNCTION()
|
H A D | basic_functions.c | 1004 ZEND_ARG_ARRAY_INFO(1, authns, 1)
|
Completed in 30 milliseconds