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/
H A Ddaemon.c78 while (NULL != (session = daemon->cleanup_head)) in spdyf_cleanup_sessions()
80 DLL_remove (daemon->cleanup_head, in spdyf_cleanup_sessions()
H A Dstructures.h876 struct SPDY_Session *cleanup_head; member
H A Dsession.c1376 DLL_insert (daemon->cleanup_head, in SPDYF_session_close()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dinternal.h945 struct MHD_Connection *cleanup_head; member
H A 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()
H A Dconnection.c2247 DLL_insert (daemon->cleanup_head,
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A 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()

Completed in 35 milliseconds