Searched refs:to_free (Results 1 – 2 of 2) sorted by relevance
98 struct _php_curl_free *to_free; member
1124 ch->to_free = ecalloc(1, sizeof(struct _php_curl_free)); 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()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()[all …]
Completed in 11 milliseconds