Home
last modified time | relevance | path

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

/PHP-7.1/ext/sockets/
H A Dmulticast.c152 HashTable *opt_ht; in php_do_mcast_opt() local
174 opt_ht = Z_ARRVAL_P(arg4); in php_do_mcast_opt()
176 if (php_get_address_from_array(opt_ht, "group", php_sock, &group, in php_do_mcast_opt()
180 if (php_get_if_index_from_array(opt_ht, "interface", php_sock, in php_do_mcast_opt()
210 opt_ht = Z_ARRVAL_P(arg4); in php_do_mcast_opt()
212 if (php_get_address_from_array(opt_ht, "group", php_sock, &group, in php_do_mcast_opt()
216 if (php_get_address_from_array(opt_ht, "source", php_sock, &source, in php_do_mcast_opt()
220 if (php_get_if_index_from_array(opt_ht, "interface", php_sock, in php_do_mcast_opt()
H A Dsockets.c2019 HashTable *opt_ht; local
2063 opt_ht = Z_ARRVAL_P(arg4);
2065 if ((l_onoff = zend_hash_str_find(opt_ht, l_onoff_key, sizeof(l_onoff_key) - 1)) == NULL) {
2069 if ((l_linger = zend_hash_str_find(opt_ht, l_linger_key, sizeof(l_linger_key) - 1)) == NULL) {
2091 opt_ht = Z_ARRVAL_P(arg4);
2093 if ((sec = zend_hash_str_find(opt_ht, sec_key, sizeof(sec_key) - 1)) == NULL) {
2097 if ((usec = zend_hash_str_find(opt_ht, usec_key, sizeof(usec_key) - 1)) == NULL) {

Completed in 13 milliseconds