Home
last modified time | relevance | path

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

/PHP-7.0/ext/curl/
H A Dmulti.c65 zend_llist_init(&mh->easyh, sizeof(zval), _php_curl_multi_cleanup_list, 0); in PHP_FUNCTION()
98 zend_llist_add_element(&mh->easyh, &tmp_val); in PHP_FUNCTION()
154 zend_llist_del_element(&mh->easyh, z_ch, (int (*)(void *, void *))curl_compare_resources); in PHP_FUNCTION()
227 for (pz_ch = (zval *)zend_llist_get_first_ex(&mh->easyh, &pos); pz_ch; in PHP_FUNCTION()
228 pz_ch = (zval *)zend_llist_get_next_ex(&mh->easyh, &pos)) { in PHP_FUNCTION()
312 for(pz_ch = (zval *)zend_llist_get_first_ex(&mh->easyh, &pos); pz_ch; in PHP_FUNCTION()
313 pz_ch = (zval *)zend_llist_get_next_ex(&mh->easyh, &pos)) { in PHP_FUNCTION()
368 for (pz_ch = (zval *)zend_llist_get_first_ex(&mh->easyh, &pos); pz_ch; in _php_curl_multi_close()
369 pz_ch = (zval *)zend_llist_get_next_ex(&mh->easyh, &pos)) { in _php_curl_multi_close()
379 zend_llist_clean(&mh->easyh); in _php_curl_multi_close()
H A Dphp_curl.h192 zend_llist easyh; member

Completed in 8 milliseconds