Searched refs:list_nest_depth (Results 1 – 2 of 2) sorted by relevance
42 unsigned list_nest_depth; member154 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_begin()163 context->count[context->list_nest_depth]++; in android_log_write_list_begin()164 context->list_nest_depth++; in android_log_write_list_begin()165 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_begin()174 context->list[context->list_nest_depth] = context->pos + 1; in android_log_write_list_begin()175 context->count[context->list_nest_depth] = 0; in android_log_write_list_begin()203 context->count[context->list_nest_depth]++; in android_log_write_int32()237 context->count[context->list_nest_depth]++; in android_log_write_int64()269 context->count[context->list_nest_depth]++; in android_log_write_string8_len()[all …]
30 unsigned list_nest_depth; member78 if (context->list_nest_depth) { in stats_write_list()231 context->count[context->list_nest_depth]++; in android_log_write_char_array()