Searched refs:upb_env_realloc (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 1880 void *upb_env_realloc(upb_env *e, void *ptr, size_t oldsize, size_t size) { in upb_env_realloc() function 8483 void *p = upb_env_realloc(d->env, d->stack, old_size, new_size); in upb_pbdecoder_setmaxnesting() 8491 p = upb_env_realloc(d->env, d->callstack, old_size, new_size); in upb_pbdecoder_setmaxnesting() 8654 new_buf = upb_env_realloc(e->env, e->buf, old_size, new_size); in reserve() 8734 upb_env_realloc(e->env, e->segbuf, old_size, new_size); in start_delim() 9932 mem = upb_env_realloc(p->env, p->accumulate_buf, old_size, new_size); in accumulate_realloc()
|
D | upb.h | 5245 void *upb_env_realloc(upb_env *e, void *ptr, size_t oldsize, size_t size); 5337 return upb_env_realloc(this, ptr, oldsize, size);
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 5459 void *upb_env_realloc(upb_env *e, void *ptr, size_t oldsize, size_t size) { in upb_env_realloc() function 9195 void *p = upb_env_realloc(d->env, d->stack, old_size, new_size); in upb_pbdecoder_setmaxnesting() 9203 p = upb_env_realloc(d->env, d->callstack, old_size, new_size); in upb_pbdecoder_setmaxnesting() 9365 new_buf = upb_env_realloc(e->env, e->buf, old_size, new_size); in reserve() 9445 upb_env_realloc(e->env, e->segbuf, old_size, new_size); in start_delim() 10628 mem = upb_env_realloc(p->env, p->accumulate_buf, old_size, new_size); in accumulate_realloc()
|
D | upb.h | 686 void *upb_env_realloc(upb_env *e, void *ptr, size_t oldsize, size_t size);
|