Searched refs:upb_strdup2 (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | table.c | 39 return upb_strdup2(s, strlen(s), a); in upb_strdup() 42 char *upb_strdup2(const char *s, size_t len, upb_alloc *a) { in upb_strdup2() function
|
D | table.int.h | 61 char *upb_strdup2(const char *s, size_t len, upb_alloc *a);
|
D | def.c | 1236 return upb_strdup2(view.data, view.size, ctx->alloc); in strviewdup()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 1951 return upb_strdup2(view.data, view.size, ctx->alloc); in strviewdup() 4676 return upb_strdup2(s, strlen(s), a); in upb_strdup() 4679 char *upb_strdup2(const char *s, size_t len, upb_alloc *a) { in upb_strdup2() function
|
D | upb.h | 2675 char *upb_strdup2(const char *s, size_t len, upb_alloc *a);
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 6469 return upb_strdup2(s, strlen(s), a); in upb_strdup() 6472 char *upb_strdup2(const char *s, size_t len, upb_alloc *a) { in upb_strdup2() function
|
D | upb.h | 890 char *upb_strdup2(const char *s, size_t len, upb_alloc *a);
|