Home
last modified time | relevance | path

Searched refs:upb_realloc (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dupb.h93 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()
Dencode.c56 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/
Dphp-upb.h377 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()
Dphp-upb.c1390 char* new_buf = upb_realloc(e->alloc, e->buf, old_size, new_size); in encode_growbuffer()
/external/protobuf/php/ext/google/protobuf/
Dphp-upb.h377 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()
Dphp-upb.c1390 char* new_buf = upb_realloc(e->alloc, e->buf, old_size, new_size); in encode_growbuffer()
/external/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.h387 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()
Druby-upb.c1414 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/
Druby-upb.h387 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()
Druby-upb.c1414 char* new_buf = upb_realloc(e->alloc, e->buf, old_size, new_size); in encode_growbuffer()