Home
last modified time | relevance | path

Searched refs:cleanup_head (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/microspdy/
Ddaemon.c78 while (NULL != (session = daemon->cleanup_head)) in spdyf_cleanup_sessions()
80 DLL_remove (daemon->cleanup_head, in spdyf_cleanup_sessions()
Dstructures.h876 struct SPDY_Session *cleanup_head; member
Dsession.c1376 DLL_insert (daemon->cleanup_head, in SPDYF_session_close()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dinternal.h945 struct MHD_Connection *cleanup_head; member
Ddaemon.c1987 while (NULL != (pos = daemon->cleanup_head)) in MHD_cleanup_connections()
1989 DLL_remove (daemon->cleanup_head, in MHD_cleanup_connections()
4319 DLL_insert (daemon->cleanup_head, in close_connection()
Dconnection.c2247 DLL_insert (daemon->cleanup_head,
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c2325 void *cleanup_head; member
2434 a->cleanup_head = NULL; in upb_arena_init()
2446 cleanup_ent *ent = a->cleanup_head; in upb_arena_free()
2476 ent->next = a->cleanup_head; in upb_arena_addcleanup()
2477 a->cleanup_head = ent; in upb_arena_addcleanup()