Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Ddns_win32.c48 zval *mx_list, *weight_list = NULL; in PHP_FUNCTION() local
53 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz|z", &hostname, &hostname_len, &mx_list, &weight_lis… in PHP_FUNCTION()
63 mx_list = zend_try_array_init(mx_list); in PHP_FUNCTION()
64 if (!mx_list) { in PHP_FUNCTION()
82 add_next_index_string(mx_list, pRec->Data.MX.pNameExchange); in PHP_FUNCTION()
H A Ddns.c1050 zval *mx_list, *weight_list = NULL; in PHP_FUNCTION() local
1069 Z_PARAM_ZVAL(mx_list) in PHP_FUNCTION()
1074 mx_list = zend_try_array_init(mx_list); in PHP_FUNCTION()
1075 if (!mx_list) { in PHP_FUNCTION()
1134 add_next_index_string(mx_list, buf); in PHP_FUNCTION()
1140 RETURN_BOOL(zend_hash_num_elements(Z_ARRVAL_P(mx_list)) != 0); in PHP_FUNCTION()

Completed in 10 milliseconds