Home
last modified time | relevance | path

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

/PHP-5.5/ext/curl/
H A Dinterface.c185 zend_llist_add_element(&ch->to_free->str, &copystr); in php_curl_option_str()
1835 (*ch)->to_free->slist = emalloc(sizeof(HashTable)); in alloc_curl_handle()
2087 efree(dupch->to_free->slist); in PHP_FUNCTION()
2088 efree(dupch->to_free); in PHP_FUNCTION()
2089 dupch->to_free = ch->to_free; in PHP_FUNCTION()
2713 zend_llist_clean(&ch->to_free->post); in _php_curl_setopt()
3314 zend_llist_clean(&ch->to_free->str); in _php_curl_close_ex()
3315 zend_llist_clean(&ch->to_free->post); in _php_curl_close_ex()
3316 zend_hash_destroy(ch->to_free->slist); in _php_curl_close_ex()
3317 efree(ch->to_free->slist); in _php_curl_close_ex()
[all …]
H A Dphp_curl.h176 struct _php_curl_free *to_free; member

Completed in 14 milliseconds