Searched refs:JSONLexer (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/qobject/ |
H A D | json-parser-int.h | 41 void json_lexer_init(JSONLexer *lexer, bool enable_interpolation); 42 void json_lexer_feed(JSONLexer *lexer, const char *buffer, size_t size); 43 void json_lexer_flush(JSONLexer *lexer); 44 void json_lexer_destroy(JSONLexer *lexer); 47 void json_message_process_token(JSONLexer *lexer, GString *input,
|
H A D | json-lexer.c | 264 static inline uint8_t next_state(JSONLexer *lexer, char ch, bool flush, in next_state() 275 void json_lexer_init(JSONLexer *lexer, bool enable_interpolation) in json_lexer_init() 283 static void json_lexer_feed_char(JSONLexer *lexer, char ch, bool flush) in json_lexer_feed_char() 345 void json_lexer_feed(JSONLexer *lexer, const char *buffer, size_t size) in json_lexer_feed() 354 void json_lexer_flush(JSONLexer *lexer) in json_lexer_flush() 362 void json_lexer_destroy(JSONLexer *lexer) in json_lexer_destroy()
|
H A D | json-streamer.c | 31 void json_message_process_token(JSONLexer *lexer, GString *input, in json_message_process_token()
|
/openbmc/qemu/include/qapi/qmp/ |
H A D | json-parser.h | 17 typedef struct JSONLexer { struct 21 } JSONLexer; argument 27 JSONLexer lexer;
|