Home
last modified time | relevance | path

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

/PHP-5.3/ext/sockets/
H A Dsockets.c1819 HashTable *opt_ht; local
1839 opt_ht = HASH_OF(*arg4);
1841 if (zend_hash_find(opt_ht, l_onoff_key, strlen(l_onoff_key) + 1, (void **)&l_onoff) == FAILURE) {
1845 …if (zend_hash_find(opt_ht, l_linger_key, strlen(l_linger_key) + 1, (void **)&l_linger) == FAILURE)…
1863 opt_ht = HASH_OF(*arg4);
1865 if (zend_hash_find(opt_ht, sec_key, strlen(sec_key) + 1, (void **)&sec) == FAILURE) {
1869 if (zend_hash_find(opt_ht, usec_key, strlen(usec_key) + 1, (void **)&usec) == FAILURE) {

Completed in 7 milliseconds