Searched refs:weight_list (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_5/ext/standard/ |
| H A D | dns_win32.c | 48 zval *mx_list, *weight_list = NULL; local 53 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sz|z", &hostname, &hostname_len, &mx_list, &weight_list) == FAILURE) { 66 if (weight_list) { 67 zval_dtor(weight_list); 68 array_init(weight_list); 79 if (weight_list) { 80 add_next_index_long(weight_list, srv->wPriority);
|
| H A D | dns.c | 930 zval *mx_list, *weight_list = NULL; local 947 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sz|z", &hostname, &hostname_len, &mx_list, &weight_list) == FAILURE) { 954 if (weight_list) { 955 zval_dtor(weight_list); 956 array_init(weight_list); 1010 if (weight_list) { 1011 add_next_index_long(weight_list, weight);
|
Completed in 4 milliseconds