Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Ddns_win32.c351 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local
356 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { in PHP_FUNCTION()
364 if (addtl) { in PHP_FUNCTION()
365 zval_dtor(addtl); in PHP_FUNCTION()
366 array_init(addtl); in PHP_FUNCTION()
394 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION()
491 if (addtl && pRec->Flags.S.Section == DnsSectionAdditional) { in PHP_FUNCTION()
494 add_next_index_zval(addtl, &retval); in PHP_FUNCTION()
H A Ddns.c803 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local
821 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { in PHP_FUNCTION()
829 if (addtl) { in PHP_FUNCTION()
830 zval_dtor(addtl); in PHP_FUNCTION()
831 array_init(addtl); in PHP_FUNCTION()
868 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION()
997 if (authns || addtl) { in PHP_FUNCTION()
1011 if (addtl) { in PHP_FUNCTION()
1018 add_next_index_zval(addtl, &retval); in PHP_FUNCTION()
H A Dbasic_functions.c978 ZEND_ARG_ARRAY_INFO(1, addtl, 1)

Completed in 23 milliseconds