Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Ddns_win32.c352 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local
357 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { in PHP_FUNCTION()
367 if (addtl) { in PHP_FUNCTION()
368 addtl = zend_try_array_init(addtl); in PHP_FUNCTION()
369 if (!addtl) { in PHP_FUNCTION()
398 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION()
495 if (addtl && pRec->Flags.S.Section == DnsSectionAdditional) { in PHP_FUNCTION()
498 add_next_index_zval(addtl, &retval); in PHP_FUNCTION()
H A Ddns.c799 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local
822 Z_PARAM_ZVAL(addtl) in PHP_FUNCTION()
832 if (addtl) { in PHP_FUNCTION()
833 addtl = zend_try_array_init(addtl); in PHP_FUNCTION()
834 if (!addtl) { in PHP_FUNCTION()
872 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION()
1002 if (authns || addtl) { in PHP_FUNCTION()
1016 if (addtl) { in PHP_FUNCTION()
1023 add_next_index_zval(addtl, &retval); in PHP_FUNCTION()

Completed in 12 milliseconds