Searched defs:has_skipauth (Results 1 - 1 of 1) sorted by relevance

/external/qemu/qapi-auto-generated/
H A Dqmp-marshal.c40 bool has_skipauth = false; local
49 visit_start_optional(v, &has_skipauth, "skipauth", errp);
50 if (has_skipauth) {
64 qmp_add_client(protocol, fdname, has_skipauth, skipauth, has_tls, tls, errp);
71 visit_start_optional(v, &has_skipauth, "skipauth", NULL);
72 if (has_skipauth) {

Completed in 167 milliseconds