Home
last modified time | relevance | path

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

/external/qemu/
Djson-streamer.c35 parser->bracket_count++; in json_message_process_token()
38 parser->bracket_count--; in json_message_process_token()
55 parser->bracket_count == 0) { in json_message_process_token()
67 parser->bracket_count = 0; in json_message_parser_init()
Djson-streamer.h25 int bracket_count; member