Searched refs:callb (Results 1 – 3 of 3) sorted by relevance
49 typedef struct callb { struct50 struct callb *c_next; /* next in class or on freelist */ argument
50 SRCS+= callb.c
35 static int callb(int ok, X509_STORE_CTX *ctx);303 X509_STORE_set_verify_cb(ctx, callb); in x509_main()1127 static int callb(int ok, X509_STORE_CTX *ctx) in callb() function