Home
last modified time | relevance | path

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

/PHP-8.0/ext/curl/
H A Dinterface.c1774 ch->to_free->slist = emalloc(sizeof(HashTable)); in init_curl_handle()
1943 efree(ch->to_free->slist); in _php_setup_easy_copy_handlers()
1944 efree(ch->to_free); in _php_setup_easy_copy_handlers()
1945 ch->to_free = source->to_free; in _php_setup_easy_copy_handlers()
2156 zend_llist_clean(&ch->to_free->post); in build_mime_structure_from_hash()
3353 zend_llist_clean(&ch->to_free->str); in curl_free_obj()
3354 zend_llist_clean(&ch->to_free->post); in curl_free_obj()
3355 zend_llist_clean(&ch->to_free->stream); in curl_free_obj()
3356 zend_hash_destroy(ch->to_free->slist); in curl_free_obj()
3357 efree(ch->to_free->slist); in curl_free_obj()
[all …]
H A Dcurl_private.h101 struct _php_curl_free *to_free; member

Completed in 18 milliseconds