Home
last modified time | relevance | path

Searched refs:addtl (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/standard/
H A Ddns_win32.c359 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local
364 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { in PHP_FUNCTION()
374 if (addtl) { in PHP_FUNCTION()
375 addtl = zend_try_array_init(addtl); in PHP_FUNCTION()
376 if (!addtl) { in PHP_FUNCTION()
405 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION()
502 if (addtl && pRec->Flags.S.Section == DnsSectionAdditional) { in PHP_FUNCTION()
505 add_next_index_zval(addtl, &retval); in PHP_FUNCTION()
H A Ddns.c813 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local
836 Z_PARAM_ZVAL(addtl) in PHP_FUNCTION()
846 if (addtl) { in PHP_FUNCTION()
847 addtl = zend_try_array_init(addtl); in PHP_FUNCTION()
848 if (!addtl) { in PHP_FUNCTION()
886 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION()
1016 if (authns || addtl) { in PHP_FUNCTION()
1030 if (addtl) { in PHP_FUNCTION()
1037 add_next_index_zval(addtl, &retval); in PHP_FUNCTION()

Completed in 10 milliseconds