Searched refs:cleanup_ent (Results 1 – 2 of 2) sorted by relevance
1704 typedef struct cleanup_ent { struct1707 struct cleanup_ent *next; argument1708 } cleanup_ent; typedef1817 cleanup_ent *ent = e->cleanup_head; in upb_env_uninit()1858 cleanup_ent *ent = upb_env_malloc(e, sizeof(cleanup_ent)); in upb_env_addcleanup()
5267 typedef struct cleanup_ent { struct5268 struct cleanup_ent *next; argument5271 } cleanup_ent; argument5363 cleanup_ent *ent = a->cleanup_head; in upb_arena_uninit()5385 cleanup_ent *ent = upb_malloc(&a->alloc, sizeof(cleanup_ent)); in upb_arena_addcleanup()