Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/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
/external/protobuf/php/ext/google/protobuf/
Dupb.h2672 char *upb_strdup(const char *s, upb_alloc *a);
2678 return upb_strdup(s, &upb_alloc_global); in upb_gstrdup()
Dupb.c4675 char *upb_strdup(const char *s, upb_alloc *a) { in upb_strdup() function
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h887 char *upb_strdup(const char *s, upb_alloc *a);
893 return upb_strdup(s, &upb_alloc_global);
Dupb.c6468 char *upb_strdup(const char *s, upb_alloc *a) { in upb_strdup() function