Searched refs:upb_strdup2 (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 1417 return upb_strdup2(s, strlen(s), a); in upb_strdup() 1420 char *upb_strdup2(const char *s, size_t len, upb_alloc *a) { in upb_strdup2() function 4537 return upb_strdup2(view.data, view.size, ctx->alloc); in strviewdup()
|
H A D | php-upb.h | 539 char *upb_strdup2(const char *s, size_t len, upb_alloc *a);
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 1392 return upb_strdup2(s, strlen(s), a); in upb_strdup() 1395 char *upb_strdup2(const char *s, size_t len, upb_alloc *a) { in upb_strdup2() function 4074 return upb_strdup2(view.data, view.size, ctx->alloc); in strviewdup()
|
H A D | upb.h | 525 char *upb_strdup2(const char *s, size_t len, upb_alloc *a);
|
Completed in 58 milliseconds