Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Ddns_win32.c48 zval *mx_list, *weight_list = NULL; in PHP_FUNCTION() local
53 …(ZEND_NUM_ARGS() TSRMLS_CC, "sz|z", &hostname, &hostname_len, &mx_list, &weight_list) == FAILURE) { in PHP_FUNCTION()
66 if (weight_list) { in PHP_FUNCTION()
67 zval_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.c998 zval *mx_list, *weight_list = NULL; in PHP_FUNCTION() local
1015 …(ZEND_NUM_ARGS() TSRMLS_CC, "sz|z", &hostname, &hostname_len, &mx_list, &weight_list) == FAILURE) { in PHP_FUNCTION()
1022 if (weight_list) { in PHP_FUNCTION()
1023 zval_dtor(weight_list); in PHP_FUNCTION()
1024 array_init(weight_list); in PHP_FUNCTION()
1078 if (weight_list) { in PHP_FUNCTION()
1079 add_next_index_long(weight_list, weight); in PHP_FUNCTION()

Completed in 8 milliseconds