Searched refs:upb_realloc (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | upb.h | 93 UPB_INLINE void *upb_realloc(upb_alloc *alloc, void *ptr, size_t oldsize, in upb_realloc() function 118 return upb_realloc(&upb_alloc_global, ptr, oldsize, size); in upb_grealloc()
|
D | encode.c | 56 char *new_buf = upb_realloc(e->alloc, e->buf, old_size, new_size); in encode_growbuffer()
|
/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.h | 377 UPB_INLINE void* upb_realloc(upb_alloc* alloc, void* ptr, size_t oldsize, in upb_realloc() function 402 return upb_realloc(&upb_alloc_global, ptr, oldsize, size); in upb_grealloc()
|
D | php-upb.c | 1390 char* new_buf = upb_realloc(e->alloc, e->buf, old_size, new_size); in encode_growbuffer()
|
/external/protobuf/php/ext/google/protobuf/ |
D | php-upb.h | 377 UPB_INLINE void* upb_realloc(upb_alloc* alloc, void* ptr, size_t oldsize, in upb_realloc() function 402 return upb_realloc(&upb_alloc_global, ptr, oldsize, size); in upb_grealloc()
|
D | php-upb.c | 1390 char* new_buf = upb_realloc(e->alloc, e->buf, old_size, new_size); in encode_growbuffer()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.h | 387 UPB_INLINE void* upb_realloc(upb_alloc* alloc, void* ptr, size_t oldsize, in upb_realloc() function 412 return upb_realloc(&upb_alloc_global, ptr, oldsize, size); in upb_grealloc()
|
D | ruby-upb.c | 1414 char* new_buf = upb_realloc(e->alloc, e->buf, old_size, new_size); in encode_growbuffer()
|
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.h | 387 UPB_INLINE void* upb_realloc(upb_alloc* alloc, void* ptr, size_t oldsize, in upb_realloc() function 412 return upb_realloc(&upb_alloc_global, ptr, oldsize, size); in upb_grealloc()
|
D | ruby-upb.c | 1414 char* new_buf = upb_realloc(e->alloc, e->buf, old_size, new_size); in encode_growbuffer()
|