Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Ddns_win32.c46 zval *mx_list, *weight_list = NULL; in PHP_FUNCTION() local
51 …parameters(ZEND_NUM_ARGS(), "sz|z", &hostname, &hostname_len, &mx_list, &weight_list) == FAILURE) { in PHP_FUNCTION()
66 if (weight_list) { in PHP_FUNCTION()
67 weight_list = zend_try_array_init(weight_list); in PHP_FUNCTION()
68 if (!weight_list) { in PHP_FUNCTION()
81 if (weight_list) { in PHP_FUNCTION()
82 add_next_index_long(weight_list, srv->wPriority); in PHP_FUNCTION()
H A Ddns.c1069 zval *mx_list, *weight_list = NULL; in PHP_FUNCTION() local
1090 Z_PARAM_ZVAL(weight_list) in PHP_FUNCTION()
1098 if (weight_list) { in PHP_FUNCTION()
1099 weight_list = zend_try_array_init(weight_list); in PHP_FUNCTION()
1100 if (!weight_list) { in PHP_FUNCTION()
1154 if (weight_list) { in PHP_FUNCTION()
1155 add_next_index_long(weight_list, weight); in PHP_FUNCTION()

Completed in 10 milliseconds