Home
last modified time | relevance | path

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

/PHP-8.0/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.c1038 zval *mx_list, *weight_list = NULL; in PHP_FUNCTION() local
1057 Z_PARAM_ZVAL(mx_list) in PHP_FUNCTION()
1062 mx_list = zend_try_array_init(mx_list); in PHP_FUNCTION()
1063 if (!mx_list) { in PHP_FUNCTION()
1122 add_next_index_string(mx_list, buf); in PHP_FUNCTION()
1128 RETURN_BOOL(zend_hash_num_elements(Z_ARRVAL_P(mx_list)) != 0); in PHP_FUNCTION()

Completed in 10 milliseconds