Home
last modified time | relevance | path

Searched refs:to_free (Results 1 – 2 of 2) sorted by last modified time

/PHP-7.4/ext/curl/
H A Dinterface.c1912 ch->to_free->slist = emalloc(sizeof(HashTable)); in alloc_curl_handle()
2097 efree(ch->to_free->slist); in _php_setup_easy_copy_handlers()
2098 efree(ch->to_free); in _php_setup_easy_copy_handlers()
2099 ch->to_free = source->to_free; in _php_setup_easy_copy_handlers()
2316 zend_llist_clean(&ch->to_free->post); in build_mime_structure_from_hash()
3643 zend_llist_clean(&ch->to_free->str); in _php_curl_close_ex()
3644 zend_llist_clean(&ch->to_free->post); in _php_curl_close_ex()
3645 zend_llist_clean(&ch->to_free->stream); in _php_curl_close_ex()
3646 zend_hash_destroy(ch->to_free->slist); in _php_curl_close_ex()
3647 efree(ch->to_free->slist); in _php_curl_close_ex()
[all …]
H A Dphp_curl.h181 struct _php_curl_free *to_free; member

Completed in 15 milliseconds