Home
last modified time | relevance | path

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

/PHP-8.1/ext/curl/
H A Dinterface.c1775 ch->to_free->slist = emalloc(sizeof(HashTable)); in init_curl_handle()
1944 efree(ch->to_free->slist); in _php_setup_easy_copy_handlers()
1945 efree(ch->to_free); in _php_setup_easy_copy_handlers()
1946 ch->to_free = source->to_free; in _php_setup_easy_copy_handlers()
2229 zend_llist_clean(&ch->to_free->post); in build_mime_structure_from_hash()
3459 zend_llist_clean(&ch->to_free->post); in curl_free_obj()
3460 zend_llist_clean(&ch->to_free->stream); in curl_free_obj()
3463 zend_llist_clean(&ch->to_free->buffers); in curl_free_obj()
3466 zend_hash_destroy(ch->to_free->slist); in curl_free_obj()
3467 efree(ch->to_free->slist); in curl_free_obj()
[all …]
H A Dcurl_private.h102 struct _php_curl_free *to_free; member

Completed in 14 milliseconds