Home
last modified time | relevance | path

Searched refs:qjson_destroy (Results 1 – 13 of 13) sorted by relevance

/dports/emulators/qemu42/qemu-4.2.1/migration/
H A Dqjson.h17 void qjson_destroy(QJSON *json);
27 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QJSON, qjson_destroy)
H A Dqjson.c110 void qjson_destroy(QJSON *json) in qjson_destroy() function
/dports/emulators/qemu-utils/qemu-4.2.1/migration/
H A Dqjson.h17 void qjson_destroy(QJSON *json);
27 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QJSON, qjson_destroy)
H A Dqjson.c110 void qjson_destroy(QJSON *json) in qjson_destroy() function
/dports/emulators/qemu5/qemu-5.2.0/migration/
H A Dqjson.h17 void qjson_destroy(QJSON *json);
27 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QJSON, qjson_destroy)
H A Dqjson.c110 void qjson_destroy(QJSON *json) in qjson_destroy() function
/dports/emulators/qemu-guest-agent/qemu-5.0.1/migration/
H A Dqjson.h17 void qjson_destroy(QJSON *json);
27 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QJSON, qjson_destroy)
H A Dqjson.c110 void qjson_destroy(QJSON *json) in qjson_destroy() function
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/migration/
H A Dqjson.h17 void qjson_destroy(QJSON *json);
27 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QJSON, qjson_destroy)
H A Dqjson.c110 void qjson_destroy(QJSON *json) in qjson_destroy() function
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/migration/
H A Dqjson.h17 void qjson_destroy(QJSON *json);
H A Dqjson.c110 void qjson_destroy(QJSON *json) in qjson_destroy() function
H A Dsavevm.c1267 qjson_destroy(vmdesc); in qemu_savevm_state_complete_precopy()