Home
last modified time | relevance | path

Searched refs:addtl (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()
366 if (addtl) { in PHP_FUNCTION()
367 zval_dtor(addtl); in PHP_FUNCTION()
368 array_init(addtl); in PHP_FUNCTION()
396 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION()
494 if (addtl && pRec->Flags.S.Section == DnsSectionAdditional) { in PHP_FUNCTION()
497 add_next_index_zval(addtl, 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()
796 if (addtl) { in PHP_FUNCTION()
797 zval_dtor(addtl); in PHP_FUNCTION()
798 array_init(addtl); in PHP_FUNCTION()
835 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION()
961 if (authns || addtl) { in PHP_FUNCTION()
975 if (addtl) { in PHP_FUNCTION()
982 add_next_index_zval(addtl, retval); in PHP_FUNCTION()
H A Dbasic_functions.c1008 ZEND_ARG_ARRAY_INFO(1, addtl, 1)

Completed in 49 milliseconds