Home
last modified time | relevance | path

Searched refs:addtl (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 …UM_ARGS() TSRMLS_CC, "s|lzz", &hostname, &hostname_len, &type_param, &authns, &addtl) == FAILURE) { in PHP_FUNCTION()
354 if (addtl) { in PHP_FUNCTION()
355 zval_dtor(addtl); in PHP_FUNCTION()
356 array_init(addtl); in PHP_FUNCTION()
368 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION()
461 if (addtl && pRec->Flags.S.Section == DnsSectionAdditional) { in PHP_FUNCTION()
464 add_next_index_zval(addtl, retval); in PHP_FUNCTION()
H A Ddns.c713 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local
729 …UM_ARGS() TSRMLS_CC, "s|lzz", &hostname, &hostname_len, &type_param, &authns, &addtl) == FAILURE) { in PHP_FUNCTION()
737 if (addtl) { in PHP_FUNCTION()
738 zval_dtor(addtl); in PHP_FUNCTION()
739 array_init(addtl); in PHP_FUNCTION()
757 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION()
861 if (authns || addtl) { in PHP_FUNCTION()
875 if (addtl) { in PHP_FUNCTION()
882 add_next_index_zval(addtl, retval); in PHP_FUNCTION()
H A Dbasic_functions.c1009 ZEND_ARG_INFO(1, addtl) /* ARRAY_INFO(1, addtl, 1) */

Completed in 44 milliseconds