Lines Matching refs:easyh
75 zend_llist_init(&mh->easyh, sizeof(zval), _php_curl_multi_cleanup_list, 0); in PHP_FUNCTION()
105 zend_llist_add_element(&mh->easyh, z_ch); in PHP_FUNCTION()
136 for(pz_ch_temp = (zval *)zend_llist_get_first_ex(&mh->easyh, &pos); pz_ch_temp; in _php_curl_multi_find_easy_handle()
137 pz_ch_temp = (zval *)zend_llist_get_next_ex(&mh->easyh, &pos)) { in _php_curl_multi_find_easy_handle()
170 zend_llist_del_element(&mh->easyh, z_ch, (int (*)(void *, void *))curl_compare_objects); in PHP_FUNCTION()
233 for (pz_ch = (zval *)zend_llist_get_first_ex(&mh->easyh, &pos); pz_ch; in PHP_FUNCTION()
234 pz_ch = (zval *)zend_llist_get_next_ex(&mh->easyh, &pos)) { in PHP_FUNCTION()
335 for (pz_ch = (zval *)zend_llist_get_first_ex(&mh->easyh, &pos); pz_ch; in PHP_FUNCTION()
336 pz_ch = (zval *)zend_llist_get_next_ex(&mh->easyh, &pos)) { in PHP_FUNCTION()
341 zend_llist_clean(&mh->easyh); in PHP_FUNCTION()
435 zend_llist_add_element(&mh->easyh, &pz_ch); in _php_server_push_callback()
560 for (pz_ch = (zval *)zend_llist_get_first_ex(&mh->easyh, &pos); pz_ch; in curl_multi_free_obj()
561 pz_ch = (zval *)zend_llist_get_next_ex(&mh->easyh, &pos)) { in curl_multi_free_obj()
569 zend_llist_clean(&mh->easyh); in curl_multi_free_obj()
589 for (zval *pz_ch = (zval *) zend_llist_get_first_ex(&curl_multi->easyh, &pos); pz_ch; in curl_multi_get_gc()
590 pz_ch = (zval *) zend_llist_get_next_ex(&curl_multi->easyh, &pos)) { in curl_multi_get_gc()