OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upb_gfree
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/ruby/ext/google/protobuf_c/
upb.c
23
static void freestr(str_t *s) {
upb_gfree
(s); }
117
upb_gfree
((void*)def->fullname);
151
upb_gfree
((void*)def->fullname);
309
upb_gfree
(fields);
369
upb_gfree
(fields);
447
upb_gfree
(upb_value_getcstr(upb_inttable_iter_value(&i)));
452
upb_gfree
(e);
473
upb_gfree
(e);
628
upb_gfree
(f->sub.name);
630
upb_gfree
(f)
[
all
...]
upb.h
535
UPB_INLINE void
upb_gfree
(void *ptr) {
function
[
all
...]
Completed in 47 milliseconds