Searched refs:mx_list (Results 1 – 2 of 2) sorted by relevance
48 zval *mx_list, *weight_list = NULL; in PHP_FUNCTION() local53 …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()
1035 zval *mx_list, *weight_list = NULL; in PHP_FUNCTION() local1054 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 7 milliseconds