Searched refs:dList_remove_fast (Results 1 – 11 of 11) sorted by relevance
/dports/www/dillo2/dillo-3.0.5/src/ |
H A D | bw.c | 149 dList_remove_fast(bw->RootClients, data); in a_Bw_remove_client() 151 dList_remove_fast(bw->ImageClients, data); in a_Bw_remove_client() 185 dList_remove_fast(bw->RootClients, data); in a_Bw_stop_clients() 193 dList_remove_fast(bw->ImageClients, data); in a_Bw_stop_clients() 263 dList_remove_fast(bw->Docs, data); in a_Bw_remove_doc() 278 dList_remove_fast(bw->RootClients, data); in a_Bw_cleanup() 282 dList_remove_fast(bw->ImageClients, data); in a_Bw_cleanup() 287 dList_remove_fast(bw->PageUrls, data); in a_Bw_cleanup()
|
H A D | klist.c | 120 dList_remove_fast(Klist->List, node); in a_Klist_free()
|
H A D | nav.c | 113 dList_remove_fast (bw->nav_stack, data); in Nav_stack_truncate() 176 dList_remove_fast (bw->nav_stack, data); in Nav_stack_clean()
|
H A D | auth.c | 457 dList_remove_fast(realm->paths, realm_path); in Auth_realm_add_path() 604 dList_remove_fast(host->realms, realm); in Auth_do_auth_dialog_cb()
|
H A D | keys.cc | 175 dList_remove_fast(bindings, node); in free()
|
H A D | dicache.c | 539 dList_remove_fast(CachedIMGs, entry); in a_Dicache_freeall()
|
H A D | cache.c | 1397 dList_remove_fast(CachedURLs, data); in a_Cache_freeall()
|
/dports/www/dillo2/dillo-3.0.5/dlib/ |
H A D | dlib.h | 154 void dList_remove_fast (Dlist *lp, const void *data);
|
H A D | dlib.c | 621 void dList_remove_fast (Dlist *lp, const void *data) in dList_remove_fast() function
|
/dports/www/dillo2/dillo-3.0.5/dpi/ |
H A D | cookies.c | 591 dList_remove_fast(all_cookies, c); in Cookies_rm_expired_cookies() 617 dList_remove_fast(all_cookies, lru); in Cookies_too_many() 636 dList_remove_fast(all_cookies, c); in Cookies_add_cookie() 1181 dList_remove_fast(all_cookies, cookie); in Cookies_add_matching_cookies()
|
/dports/www/dillo2/dillo-3.0.5/src/IO/ |
H A D | http.c | 733 dList_remove_fast(host_connections, hc); in Http_host_connection_remove()
|