Home | History | Annotate | Download | only in src

Lines Matching defs:context_length

1003   int context_length = 0;
1010 current = current->Exit(&stack_depth, &context_length);
1013 if (context_length > 0) {
1014 while (context_length > 0) {
1016 --context_length;
1031 int context_length = 0;
1038 current = current->Exit(&stack_depth, &context_length);
1041 if (context_length > 0) {
1042 while (context_length > 0) {
1044 --context_length;
1063 int context_length = 0;
1065 current = current->Exit(&stack_depth, &context_length);
1399 int* context_length) {