Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Ddns_win32.c46 zval *mx_list, *weight_list = NULL; in PHP_FUNCTION() local
51 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz|z", &hostname, &hostname_len, &mx_list, &weight_lis… in PHP_FUNCTION()
61 mx_list = zend_try_array_init(mx_list); in PHP_FUNCTION()
62 if (!mx_list) { in PHP_FUNCTION()
80 add_next_index_string(mx_list, pRec->Data.MX.pNameExchange); in PHP_FUNCTION()
H A Ddns.c1049 zval *mx_list, *weight_list = NULL; in PHP_FUNCTION() local
1068 Z_PARAM_ZVAL(mx_list) in PHP_FUNCTION()
1073 mx_list = zend_try_array_init(mx_list); in PHP_FUNCTION()
1074 if (!mx_list) { in PHP_FUNCTION()
1133 add_next_index_string(mx_list, buf); in PHP_FUNCTION()
1139 RETURN_BOOL(zend_hash_num_elements(Z_ARRVAL_P(mx_list)) != 0); in PHP_FUNCTION()

Completed in 24 milliseconds