Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Ddns.c1050 zval *mx_list, *weight_list = NULL; in PHP_FUNCTION() local
1071 Z_PARAM_ZVAL(weight_list) in PHP_FUNCTION()
1079 if (weight_list) { in PHP_FUNCTION()
1080 weight_list = zend_try_array_init(weight_list); in PHP_FUNCTION()
1081 if (!weight_list) { in PHP_FUNCTION()
1135 if (weight_list) { in PHP_FUNCTION()
1136 add_next_index_long(weight_list, weight); in PHP_FUNCTION()
H A Ddns_win32.c48 zval *mx_list, *weight_list = NULL; in PHP_FUNCTION() local
53 …parameters(ZEND_NUM_ARGS(), "sz|z", &hostname, &hostname_len, &mx_list, &weight_list) == FAILURE) { in PHP_FUNCTION()
68 if (weight_list) { in PHP_FUNCTION()
69 weight_list = zend_try_array_init(weight_list); in PHP_FUNCTION()
70 if (!weight_list) { in PHP_FUNCTION()
83 if (weight_list) { in PHP_FUNCTION()
84 add_next_index_long(weight_list, srv->wPriority); in PHP_FUNCTION()

Completed in 14 milliseconds