Home
last modified time | relevance | path

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

/PHP-8.2/ext/sockets/
H A Dmulticast.c141 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 Dsockets.c1796 HashTable *opt_ht; local
1860 opt_ht = Z_ARRVAL_P(arg4);
1862 if ((l_onoff = zend_hash_str_find(opt_ht, l_onoff_key, sizeof(l_onoff_key) - 1)) == NULL) {
1866 if ((l_linger = zend_hash_str_find(opt_ht, l_linger_key, sizeof(l_linger_key) - 1)) == NULL) {
1888 opt_ht = Z_ARRVAL_P(arg4);
1890 if ((sec = zend_hash_str_find(opt_ht, sec_key, sizeof(sec_key) - 1)) == NULL) {
1894 if ((usec = zend_hash_str_find(opt_ht, usec_key, sizeof(usec_key) - 1)) == NULL) {

Completed in 13 milliseconds