Lines Matching refs:pexc
968 static int ssl_excert_prepend(SSL_EXCERT **pexc)
974 exc->next = *pexc;
975 *pexc = exc;
1005 int load_excert(SSL_EXCERT **pexc)
1007 SSL_EXCERT *exc = *pexc;
1014 *pexc = NULL;
1045 int args_excert(int opt, SSL_EXCERT **pexc)
1047 SSL_EXCERT *exc = *pexc;
1058 *pexc = exc;
1070 *pexc = exc;
1105 *pexc = NULL;