Home
last modified time | relevance | path

Searched refs:cleanup_ent (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.c1704 typedef struct cleanup_ent { struct
1707 struct cleanup_ent *next; argument
1708 } cleanup_ent; typedef
1817 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()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c5267 typedef struct cleanup_ent { struct
5268 struct cleanup_ent *next; argument
5271 } cleanup_ent; argument
5363 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()