Searched defs:shared_state (Results 1 – 2 of 2) sorted by relevance
87 struct shared_state { struct88 void *p;89 size_t len;90 size_t modlen;91 size_t pagesize;92 bool collapse;93 bool block_xfer;94 bool lazy_cow;95 bool okay;96 volatile bool exiting[DEPTH];[all …]
29 struct shared_state { struct30 size_t nkeys;31 struct sshkey **privkeys, **pubkeys;