Searched refs:upb_strdup (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
H A Dupb.c78 def->fullname = upb_strdup(fullname);
386 /* To clean up the upb_strdup() from upb_enumdef_addval(). */
455 !upb_inttable_insert(&e->iton, num, upb_value_cstr(upb_strdup(name)))) {
749 f->msg.name = upb_strdup(name);
1188 f->sub.name = upb_strdup(name);
4044 char *upb_strdup(const char *s) { function
5897 return upb_strdup(name);
H A Dupb.h610 char *upb_strdup(const char *s);
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h817 char *upb_strdup(const char *s, upb_alloc *a);
823 return upb_strdup(s, &upb_alloc_global);
H A Dupb.c4275 char *upb_strdup(const char *s, upb_alloc *a) { function

Completed in 267 milliseconds