Lines Matching refs:to_free
1124 ch->to_free = ecalloc(1, sizeof(struct _php_curl_free)); in init_curl_handle()
1143 …zend_llist_init(&ch->to_free->post, sizeof(struct HttpPost *), (llist_dtor_func_t)curl_free_post,… in init_curl_handle()
1144 …zend_llist_init(&ch->to_free->stream, sizeof(struct mime_data_cb_arg *), (llist_dtor_func_t)curl_f… in init_curl_handle()
1146 zend_hash_init(&ch->to_free->slist, 4, NULL, curl_free_slist, 0); in init_curl_handle()
1314 efree(ch->to_free); in _php_setup_easy_copy_handlers()
1315 ch->to_free = source->to_free; in _php_setup_easy_copy_handlers()
1479 zend_llist_add_element(&ch->to_free->stream, &cb_arg); in build_mime_structure_from_hash()
1562 zend_llist_clean(&ch->to_free->post); in build_mime_structure_from_hash()
1564 zend_llist_add_element(&ch->to_free->post, &mime); in build_mime_structure_from_hash()
2169 zend_hash_index_update_ptr(&ch->to_free->slist, option, slist); in _php_curl_setopt()
2171 zend_hash_next_index_insert_ptr(&ch->to_free->slist, slist); in _php_curl_setopt()
2809 zend_llist_clean(&ch->to_free->post); in curl_free_obj()
2810 zend_llist_clean(&ch->to_free->stream); in curl_free_obj()
2812 zend_hash_destroy(&ch->to_free->slist); in curl_free_obj()
2813 efree(ch->to_free); in curl_free_obj()