Home
last modified time | relevance | path

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

/PHP-7.4/ext/sockets/
H A Dmulticast.c146 HashTable *opt_ht; in php_do_mcast_opt() local
168 opt_ht = Z_ARRVAL_P(arg4); in php_do_mcast_opt()
170 if (php_get_address_from_array(opt_ht, "group", php_sock, &group, in php_do_mcast_opt()
174 if (php_get_if_index_from_array(opt_ht, "interface", php_sock, in php_do_mcast_opt()
204 opt_ht = Z_ARRVAL_P(arg4); in php_do_mcast_opt()
206 if (php_get_address_from_array(opt_ht, "group", php_sock, &group, in php_do_mcast_opt()
210 if (php_get_address_from_array(opt_ht, "source", php_sock, &source, in php_do_mcast_opt()
214 if (php_get_if_index_from_array(opt_ht, "interface", php_sock, in php_do_mcast_opt()
H A Dsockets.c2105 HashTable *opt_ht; local
2149 opt_ht = Z_ARRVAL_P(arg4);
2151 if ((l_onoff = zend_hash_str_find(opt_ht, l_onoff_key, sizeof(l_onoff_key) - 1)) == NULL) {
2155 if ((l_linger = zend_hash_str_find(opt_ht, l_linger_key, sizeof(l_linger_key) - 1)) == NULL) {
2177 opt_ht = Z_ARRVAL_P(arg4);
2179 if ((sec = zend_hash_str_find(opt_ht, sec_key, sizeof(sec_key) - 1)) == NULL) {
2183 if ((usec = zend_hash_str_find(opt_ht, usec_key, sizeof(usec_key) - 1)) == NULL) {

Completed in 15 milliseconds