Searched refs:mx_list (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | dns_win32.c | 48 zval *mx_list, *weight_list = NULL; in PHP_FUNCTION() local 53 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sz|z", &hostname, &hostname_len, &mx_list, &… 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, 1); in PHP_FUNCTION()
|
H A D | dns.c | 981 zval *mx_list, *weight_list = NULL; in PHP_FUNCTION() local 998 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sz|z", &hostname, &hostname_len, &mx_list, &… in PHP_FUNCTION() 1002 zval_dtor(mx_list); in PHP_FUNCTION() 1003 array_init(mx_list); in PHP_FUNCTION() 1060 add_next_index_string(mx_list, buf, 1); in PHP_FUNCTION()
|
Completed in 10 milliseconds