Home
last modified time | relevance | path

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

/PHP-7.2/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_l… in PHP_FUNCTION()
63 zval_dtor(mx_list); in PHP_FUNCTION()
64 array_init(mx_list); in PHP_FUNCTION()
78 add_next_index_string(mx_list, pRec->Data.MX.pNameExchange); in PHP_FUNCTION()
H A Ddns.c1035 zval *mx_list, *weight_list = NULL; in PHP_FUNCTION() local
1054 Z_PARAM_ZVAL_DEREF(mx_list) in PHP_FUNCTION()
1059 zval_ptr_dtor(mx_list); in PHP_FUNCTION()
1060 array_init(mx_list); in PHP_FUNCTION()
1117 add_next_index_string(mx_list, buf); in PHP_FUNCTION()

Completed in 9 milliseconds