easyh 65 ext/curl/multi.c zend_llist_init(&mh->easyh, sizeof(zval), _php_curl_multi_cleanup_list, 0); easyh 94 ext/curl/multi.c zend_llist_add_element(&mh->easyh, &tmp_val); easyh 147 ext/curl/multi.c zend_llist_del_element( &mh->easyh, &z_ch, easyh 217 ext/curl/multi.c for(pz_ch = (zval *)zend_llist_get_first_ex(&mh->easyh, &pos); pz_ch; easyh 218 ext/curl/multi.c pz_ch = (zval *)zend_llist_get_next_ex(&mh->easyh, &pos)) { easyh 295 ext/curl/multi.c for(pz_ch = (zval *)zend_llist_get_first_ex(&mh->easyh, &pos); pz_ch; easyh 296 ext/curl/multi.c pz_ch = (zval *)zend_llist_get_next_ex(&mh->easyh, &pos)) { easyh 347 ext/curl/multi.c for(pz_ch = (zval *)zend_llist_get_first_ex(&mh->easyh, &pos); pz_ch; easyh 348 ext/curl/multi.c pz_ch = (zval *)zend_llist_get_next_ex(&mh->easyh, &pos)) { easyh 355 ext/curl/multi.c zend_llist_clean(&mh->easyh); easyh 192 ext/curl/php_curl.h zend_llist easyh;