Searched refs:qdict_haskey (Results 1 - 3 of 3) sorted by relevance

/external/qemu/include/qapi/qmp/
H A Dqdict.h42 int qdict_haskey(const QDict *qdict, const char *key);
/external/qemu/qobject/
H A Dqdict.c166 * qdict_haskey(): Check if 'key' exists
170 int qdict_haskey(const QDict *qdict, const char *key) function
/external/qemu/
H A Dblock.c1561 if (qdict_haskey(bs_dict, "inserted")) {
1566 if (qdict_haskey(qdict, "backing_file")) {

Completed in 619 milliseconds