Home
last modified time | relevance | path

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

/PHP-8.3/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.c810 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local
833 Z_PARAM_ZVAL(addtl) in PHP_FUNCTION()
843 if (addtl) { in PHP_FUNCTION()
844 addtl = zend_try_array_init(addtl); in PHP_FUNCTION()
845 if (!addtl) { in PHP_FUNCTION()
883 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION()
1013 if (authns || addtl) { in PHP_FUNCTION()
1027 if (addtl) { in PHP_FUNCTION()
1034 add_next_index_zval(addtl, &retval); in PHP_FUNCTION()

Completed in 15 milliseconds