Lines Matching defs:pexc
969 static int ssl_excert_prepend(SSL_EXCERT **pexc)
975 exc->next = *pexc;
976 *pexc = exc;
1006 int load_excert(SSL_EXCERT **pexc)
1008 SSL_EXCERT *exc = *pexc;
1015 *pexc = NULL;
1046 int args_excert(int opt, SSL_EXCERT **pexc)
1048 SSL_EXCERT *exc = *pexc;
1059 *pexc = exc;
1071 *pexc = exc;
1106 *pexc = NULL;