Home
last modified time | relevance | path

Searched refs:stacklimit (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.c8619 int *stack, *top, *stacklimit; member
8723 if (++e->top == e->stacklimit) { in start_delim()
9051 e->stacklimit = e->stack + stack_size; in upb_pb_encoder_create()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9330 int *stack, *top, *stacklimit; member
9434 if (++e->top == e->stacklimit) { in start_delim()
9762 e->stacklimit = e->stack + stack_size; in upb_pb_encoder_create()