Searched refs:upb_strdup2 (Results 1 – 4 of 4) sorted by relevance
4045 return upb_strdup2(s, strlen(s)); in upb_strdup()4048 char *upb_strdup2(const char *s, size_t len) { in upb_strdup2() function
613 char *upb_strdup2(const char *s, size_t len);
4276 return upb_strdup2(s, strlen(s), a); in upb_strdup()4279 char *upb_strdup2(const char *s, size_t len, upb_alloc *a) { in upb_strdup2() function
820 char *upb_strdup2(const char *s, size_t len, upb_alloc *a);