Home
last modified time | relevance | path

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

/PHP-8.4/ext/curl/
H A Dinterface.c1146 ch->to_free->slist = emalloc(sizeof(HashTable)); in init_curl_handle()
1315 efree(ch->to_free->slist); in _php_setup_easy_copy_handlers()
1316 efree(ch->to_free); in _php_setup_easy_copy_handlers()
1317 ch->to_free = source->to_free; in _php_setup_easy_copy_handlers()
1564 zend_llist_clean(&ch->to_free->post); in build_mime_structure_from_hash()
1566 zend_llist_add_element(&ch->to_free->post, &mime); in build_mime_structure_from_hash()
2808 zend_llist_clean(&ch->to_free->post); in curl_free_obj()
2809 zend_llist_clean(&ch->to_free->stream); in curl_free_obj()
2811 zend_hash_destroy(ch->to_free->slist); in curl_free_obj()
2812 efree(ch->to_free->slist); in curl_free_obj()
[all …]
H A Dcurl_private.h98 struct _php_curl_free *to_free; member

Completed in 15 milliseconds