Searched refs:addtl (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | dns_win32.c | 353 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local 358 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { in PHP_FUNCTION() 366 if (addtl) { in PHP_FUNCTION() 367 zval_dtor(addtl); in PHP_FUNCTION() 368 array_init(addtl); in PHP_FUNCTION() 396 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION() 494 if (addtl && pRec->Flags.S.Section == DnsSectionAdditional) { in PHP_FUNCTION() 497 add_next_index_zval(addtl, retval); in PHP_FUNCTION()
|
H A D | dns.c | 770 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local 788 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { in PHP_FUNCTION() 796 if (addtl) { in PHP_FUNCTION() 797 zval_dtor(addtl); in PHP_FUNCTION() 798 array_init(addtl); in PHP_FUNCTION() 835 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION() 944 if (authns || addtl) { in PHP_FUNCTION() 958 if (addtl) { in PHP_FUNCTION() 965 add_next_index_zval(addtl, retval); in PHP_FUNCTION()
|
H A D | basic_functions.c | 1005 ZEND_ARG_ARRAY_INFO(1, addtl, 1)
|
Completed in 20 milliseconds