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

/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dimpl.c198 #define GOT_NONE (-2) macro
209 int gotzero = GOT_NONE;
243 if (gotzero == GOT_NONE) {
249 if (gotzero != GOT_NONE) {
254 gotzero = GOT_NONE;
274 if (gotzero == GOT_NONE)
291 int gotzero = GOT_NONE;
328 if (gotzero == GOT_NONE) {
334 if (gotzero != GOT_NONE) {
339 gotzero = GOT_NONE;
[all...]

Completed in 86 milliseconds