Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Ddns_win32.c48 zval *mx_list, *weight_list = NULL; in PHP_FUNCTION() local
53 …rameters(ZEND_NUM_ARGS(), "sz/|z/", &hostname, &hostname_len, &mx_list, &weight_list) == FAILURE) { in PHP_FUNCTION()
66 if (weight_list) { in PHP_FUNCTION()
67 zval_ptr_dtor(weight_list); in PHP_FUNCTION()
68 array_init(weight_list); in PHP_FUNCTION()
79 if (weight_list) { in PHP_FUNCTION()
80 add_next_index_long(weight_list, srv->wPriority); in PHP_FUNCTION()
H A Ddns.c1031 zval *mx_list, *weight_list = NULL; in PHP_FUNCTION() local
1052 Z_PARAM_ZVAL_DEREF(weight_list) in PHP_FUNCTION()
1058 if (weight_list) { in PHP_FUNCTION()
1059 zval_ptr_dtor(weight_list); in PHP_FUNCTION()
1060 array_init(weight_list); in PHP_FUNCTION()
1112 if (weight_list) { in PHP_FUNCTION()
1113 add_next_index_long(weight_list, weight); in PHP_FUNCTION()

Completed in 24 milliseconds