Searched defs:c_key (Results 1 – 5 of 5) sorted by relevance
96 c_key(const void *a, const void *b) in c_key() function
111 c_key(const void *a, const void *b) in c_key() function
172 char* s_cert, *c_key, *c_cert; in setup_ctx() local
514 char* s_cert=NULL, *c_key=NULL, *c_cert=NULL; in setup_ctx() local
132 static isl_bool has_key(const void *entry, const void *c_key) in has_key()