Home
last modified time | relevance | path

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

/PHP-8.1/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()
368 if (addtl) { in PHP_FUNCTION()
369 addtl = zend_try_array_init(addtl); in PHP_FUNCTION()
370 if (!addtl) { in PHP_FUNCTION()
399 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION()
496 if (addtl && pRec->Flags.S.Section == DnsSectionAdditional) { in PHP_FUNCTION()
499 add_next_index_zval(addtl, &retval); in PHP_FUNCTION()
H A Ddns.c830 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local
853 Z_PARAM_ZVAL(addtl) in PHP_FUNCTION()
863 if (addtl) { in PHP_FUNCTION()
864 addtl = zend_try_array_init(addtl); in PHP_FUNCTION()
865 if (!addtl) { in PHP_FUNCTION()
903 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION()
1033 if (authns || addtl) { in PHP_FUNCTION()
1047 if (addtl) { in PHP_FUNCTION()
1054 add_next_index_zval(addtl, &retval); in PHP_FUNCTION()

Completed in 13 milliseconds