Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_gc.c135 gc_globals->to_free.next = &gc_globals->to_free; in gc_globals_ctor_ex()
136 gc_globals->to_free.prev = &gc_globals->to_free; in gc_globals_ctor_ex()
187 GC_G(to_free).next = &GC_G(to_free); in gc_reset()
188 GC_G(to_free).prev = &GC_G(to_free); in gc_reset()
879 if (GC_G(to_free).next == &GC_G(to_free)) {
1049 to_free.next = GC_G(to_free).next;
1050 to_free.prev = GC_G(to_free).prev;
1051 to_free.next->prev = &to_free;
1052 to_free.prev->next = &to_free;
1055 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.0/ext/curl/
H A Dinterface.c187 zend_llist_add_element(&ch->to_free->str, &copystr); in php_curl_option_str()
1874 ch->to_free->slist = emalloc(sizeof(HashTable)); in alloc_curl_handle()
2081 efree(dupch->to_free->slist); in PHP_FUNCTION()
2082 efree(dupch->to_free); in PHP_FUNCTION()
2083 dupch->to_free = ch->to_free; in PHP_FUNCTION()
2753 zend_llist_clean(&ch->to_free->post); in _php_curl_setopt()
3361 zend_llist_clean(&ch->to_free->str); in _php_curl_close_ex()
3362 zend_llist_clean(&ch->to_free->post); in _php_curl_close_ex()
3363 zend_hash_destroy(ch->to_free->slist); in _php_curl_close_ex()
3364 efree(ch->to_free->slist); in _php_curl_close_ex()
[all …]
H A Dphp_curl.h180 struct _php_curl_free *to_free; member

Completed in 21 milliseconds