Searched refs:addtl (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/ext/standard/ |
H A D | dns_win32.c | 351 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 D | dns.c | 800 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local 822 Z_PARAM_ZVAL_DEREF_EX(addtl, 1, 0) in PHP_FUNCTION() 830 if (addtl) { in PHP_FUNCTION() 831 zval_ptr_dtor(addtl); in PHP_FUNCTION() 832 array_init(addtl); in PHP_FUNCTION() 869 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION() 998 if (authns || addtl) { in PHP_FUNCTION() 1012 if (addtl) { in PHP_FUNCTION() 1019 add_next_index_zval(addtl, &retval); in PHP_FUNCTION()
|
H A D | basic_functions.c | 976 ZEND_ARG_ARRAY_INFO(1, addtl, 1)
|
Completed in 22 milliseconds