Searched refs:mx_list (Results 1 – 2 of 2) sorted by relevance
47 zval *mx_list, *weight_list = NULL; in PHP_FUNCTION() local52 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz|z", &hostname, &hostname_len, &mx_list, &weight_lis… in PHP_FUNCTION()62 mx_list = zend_try_array_init(mx_list); in PHP_FUNCTION()63 if (!mx_list) { in PHP_FUNCTION()81 add_next_index_string(mx_list, pRec->Data.MX.pNameExchange); in PHP_FUNCTION()
1052 zval *mx_list, *weight_list = NULL; in PHP_FUNCTION() local1071 Z_PARAM_ZVAL(mx_list) in PHP_FUNCTION()1076 mx_list = zend_try_array_init(mx_list); in PHP_FUNCTION()1077 if (!mx_list) { in PHP_FUNCTION()1136 add_next_index_string(mx_list, buf); in PHP_FUNCTION()1142 RETURN_BOOL(zend_hash_num_elements(Z_ARRVAL_P(mx_list)) != 0); in PHP_FUNCTION()
Completed in 9 milliseconds