Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_gc.c237 GC_G(to_free).next = &GC_G(to_free); in gc_reset()
238 GC_G(to_free).prev = &GC_G(to_free); in gc_reset()
927 if (GC_G(to_free).next == &GC_G(to_free)) {
931 GC_G(to_free).next->prev = &GC_G(to_free);
932 GC_G(to_free).prev->next = &GC_G(to_free);
1096 to_free.next = GC_G(to_free).next;
1097 to_free.prev = GC_G(to_free).prev;
1098 to_free.next->prev = &to_free;
1099 to_free.prev->next = &to_free;
1102 GC_G(to_free).next = &GC_G(to_free);
[all …]
H A Dzend_gc.h92 gc_root_buffer to_free; /* list to free */ member
/PHP-7.1/ext/curl/
H A Dinterface.c187 zend_llist_add_element(&ch->to_free->str, &copystr); in php_curl_option_str()
1893 ch->to_free->slist = emalloc(sizeof(HashTable)); in alloc_curl_handle()
2075 efree(ch->to_free->slist); in _php_setup_easy_copy_handlers()
2076 efree(ch->to_free); in _php_setup_easy_copy_handlers()
2077 ch->to_free = source->to_free; in _php_setup_easy_copy_handlers()
2777 zend_llist_clean(&ch->to_free->post); in _php_curl_setopt()
3385 zend_llist_clean(&ch->to_free->str); in _php_curl_close_ex()
3386 zend_llist_clean(&ch->to_free->post); in _php_curl_close_ex()
3387 zend_hash_destroy(ch->to_free->slist); in _php_curl_close_ex()
3388 efree(ch->to_free->slist); in _php_curl_close_ex()
[all …]
H A Dphp_curl.h186 struct _php_curl_free *to_free; member

Completed in 25 milliseconds