Searched refs:list_stop (Results 1 – 2 of 2) sorted by relevance
45 bool list_stop; /* next call decrement list_nest_depth and issue a stop */ member442 (context->list_stop || ((context->list_nest_depth <= ANDROID_MAX_LIST_NEST_DEPTH) && in android_log_read_next_internal()455 if (context->list_stop) { in android_log_read_next_internal()467 context->list_stop = false; in android_log_read_next_internal()470 context->list_stop = false; in android_log_read_next_internal()499 context->list_stop = true; in android_log_read_next_internal()518 context->list_stop = true; in android_log_read_next_internal()547 context->list_stop = true; in android_log_read_next_internal()566 context->list_stop = !context->storage[pos]; in android_log_read_next_internal()
33 bool list_stop; /* next call decrement list_nest_depth and issue a stop */ member