Home
last modified time | relevance | path

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

/PHP-8.3/ext/curl/
H A Dinterface.c1110 ch->to_free->slist = emalloc(sizeof(HashTable)); in init_curl_handle()
1283 efree(ch->to_free->slist); in _php_setup_easy_copy_handlers()
1284 efree(ch->to_free); in _php_setup_easy_copy_handlers()
1285 ch->to_free = source->to_free; in _php_setup_easy_copy_handlers()
1609 zend_llist_clean(&ch->to_free->post); in build_mime_structure_from_hash()
2960 zend_llist_clean(&ch->to_free->post); in curl_free_obj()
2961 zend_llist_clean(&ch->to_free->stream); in curl_free_obj()
2964 zend_llist_clean(&ch->to_free->buffers); in curl_free_obj()
2967 zend_hash_destroy(ch->to_free->slist); in curl_free_obj()
2968 efree(ch->to_free->slist); in curl_free_obj()
[all …]
H A Dcurl_private.h106 struct _php_curl_free *to_free; member

Completed in 13 milliseconds