Home
last modified time | relevance | path

Searched refs:dList_remove_fast (Results 1 – 11 of 11) sorted by relevance

/dports/www/dillo2/dillo-3.0.5/src/
H A Dbw.c149 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 Dklist.c120 dList_remove_fast(Klist->List, node); in a_Klist_free()
H A Dnav.c113 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 Dauth.c457 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 Dkeys.cc175 dList_remove_fast(bindings, node); in free()
H A Ddicache.c539 dList_remove_fast(CachedIMGs, entry); in a_Dicache_freeall()
H A Dcache.c1397 dList_remove_fast(CachedURLs, data); in a_Cache_freeall()
/dports/www/dillo2/dillo-3.0.5/dlib/
H A Ddlib.h154 void dList_remove_fast (Dlist *lp, const void *data);
H A Ddlib.c621 void dList_remove_fast (Dlist *lp, const void *data) in dList_remove_fast() function
/dports/www/dillo2/dillo-3.0.5/dpi/
H A Dcookies.c591 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 Dhttp.c733 dList_remove_fast(host_connections, hc); in Http_host_connection_remove()