Searched defs:callb (Results 1 – 2 of 2) sorted by relevance
50 typedef struct callb { struct51 struct callb *c_next; /* next in class or on freelist */ argument53 char c_flag; /* info about the callb state */ argument54 uchar_t c_class; /* this callb's class */ argument55 kcondvar_t c_done_cv; /* signal callb completion */ argument63 * callb c_flag bitmap definitions argument
1177 static int callb(int ok, X509_STORE_CTX *ctx) in callb() function