OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qdict_put
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
json-streamer.c
46
qdict_put
(dict, "type", qint_from_int(type));
48
qdict_put
(dict, "token", token);
49
qdict_put
(dict, "x", qint_from_int(x));
50
qdict_put
(dict, "y", qint_from_int(y));
qdict.h
52
#define
qdict_put
(qdict, key, obj) \
macro
qemu-option.c
920
qdict_put
(qdict, "id", qstring_from_str(opts->id));
block.c
[
all
...]
Completed in 38 milliseconds