Searched defs:shared_state (Results 1 – 2 of 2) sorted by relevance
69 struct shared_state { struct70 void *p;71 size_t len;72 size_t modlen;73 bool collapse;74 bool block_xfer;75 bool okay;76 volatile bool exiting[DEPTH];77 volatile bool exit;78 volatile bool p3_did_write;
30 struct shared_state { struct31 size_t nkeys;32 struct sshkey **privkeys, **pubkeys;