Searched refs:to_free (Results 1 – 2 of 2) sorted by relevance
185 zend_llist_add_element(&ch->to_free->str, ©str); in php_curl_option_str()1830 (*ch)->to_free->slist = emalloc(sizeof(HashTable)); in alloc_curl_handle()2046 efree(dupch->to_free->slist); in PHP_FUNCTION()2047 efree(dupch->to_free); in PHP_FUNCTION()2048 dupch->to_free = ch->to_free; in PHP_FUNCTION()2686 zend_llist_clean(&ch->to_free->post); in _php_curl_setopt()3287 zend_llist_clean(&ch->to_free->str); in _php_curl_close_ex()3288 zend_llist_clean(&ch->to_free->post); in _php_curl_close_ex()3289 zend_hash_destroy(ch->to_free->slist); in _php_curl_close_ex()3290 efree(ch->to_free->slist); in _php_curl_close_ex()[all …]
176 struct _php_curl_free *to_free; member
Completed in 11 milliseconds