Searched refs:weight_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 …(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 D | dns.c | 981 zval *mx_list, *weight_list = NULL; in PHP_FUNCTION() local 998 …(ZEND_NUM_ARGS() TSRMLS_CC, "sz|z", &hostname, &hostname_len, &mx_list, &weight_list) == FAILURE) { in PHP_FUNCTION() 1005 if (weight_list) { in PHP_FUNCTION() 1006 zval_dtor(weight_list); in PHP_FUNCTION() 1007 array_init(weight_list); in PHP_FUNCTION() 1061 if (weight_list) { in PHP_FUNCTION() 1062 add_next_index_long(weight_list, weight); in PHP_FUNCTION()
|
Completed in 11 milliseconds