Home
last modified time | relevance | path

Searched refs:upb_strdup (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/third_party/upb/upb/
Dtable.int.h58 char *upb_strdup(const char *s, upb_alloc *a);
64 return upb_strdup(s, &upb_alloc_global); in upb_gstrdup()
Dtable.c38 char *upb_strdup(const char *s, upb_alloc *a) { in upb_strdup() function
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.h536 char *upb_strdup(const char *s, upb_alloc *a);
542 return upb_strdup(s, &upb_alloc_global); in upb_gstrdup()
Dphp-upb.c1416 char *upb_strdup(const char *s, upb_alloc *a) { in upb_strdup() function
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.h522 char *upb_strdup(const char *s, upb_alloc *a);
528 return upb_strdup(s, &upb_alloc_global); in upb_gstrdup()
Dupb.c1391 char *upb_strdup(const char *s, upb_alloc *a) { in upb_strdup() function