Searched refs:opt_ht (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/sockets/ |
H A D | multicast.c | 141 HashTable *opt_ht; in php_do_mcast_opt() local 163 opt_ht = Z_ARRVAL_P(arg4); in php_do_mcast_opt() 165 if (php_get_address_from_array(opt_ht, "group", php_sock, &group, in php_do_mcast_opt() 169 if (php_get_if_index_from_array(opt_ht, "interface", php_sock, in php_do_mcast_opt() 199 opt_ht = Z_ARRVAL_P(arg4); in php_do_mcast_opt() 201 if (php_get_address_from_array(opt_ht, "group", php_sock, &group, in php_do_mcast_opt() 205 if (php_get_address_from_array(opt_ht, "source", php_sock, &source, in php_do_mcast_opt() 209 if (php_get_if_index_from_array(opt_ht, "interface", php_sock, in php_do_mcast_opt()
|
H A D | sockets.c | 1881 HashTable *opt_ht; local 1976 opt_ht = Z_OBJPROP_P(arg4); 1979 opt_ht = Z_ARRVAL_P(arg4); 1982 if ((l_onoff = zend_hash_str_find(opt_ht, l_onoff_key, sizeof(l_onoff_key) - 1)) == NULL) { 1986 if ((l_linger = zend_hash_str_find(opt_ht, l_linger_key, sizeof(l_linger_key) - 1)) == NULL) { 2024 opt_ht = Z_OBJPROP_P(arg4); 2027 opt_ht = Z_ARRVAL_P(arg4); 2030 if ((sec = zend_hash_str_find(opt_ht, sec_key, sizeof(sec_key) - 1)) == NULL) { 2034 if ((usec = zend_hash_str_find(opt_ht, usec_key, sizeof(usec_key) - 1)) == NULL) {
|
Completed in 11 milliseconds