Home
last modified time | relevance | path

Searched refs:json_writer_null (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/qapi/qmp/
H A Djson-writer.h29 void json_writer_null(JSONWriter *, const char *name);
/openbmc/qemu/qobject/
H A Dqjson.c156 json_writer_null(writer, name); in to_json()
H A Djson-writer.c209 void json_writer_null(JSONWriter *writer, const char *name) in json_writer_null() function