Searched refs:store (Results 1 - 3 of 3) sorted by relevance

/sendmail/sendmail/
H A Dtls.c568 X509_STORE *store; local
749 /* get a pointer to the current certificate validation store */
750 store = SSL_CTX_get_cert_store(*ctx); /* does not fail */
759 X509_STORE_add_crl(store, crl);
761 X509_STORE_set_flags(store,
763 X509_STORE_set_verify_cb_func(store,
786 store = NULL;
788 if (CRLPath != NULL && store != NULL)
792 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir());
804 X509_STORE_set_flags(store,
[all...]
H A Dconf.c472 #define MAPDEF(name, ext, flags, parse, open, close, lookup, store) \
478 extern void store __P((MAP *, char *, char *)); \
487 s->s_mapclass.map_store = store; \
2604 ** status -- whether or not to store as process status
/sendmail/mail.local/
H A Dmail.local.c84 ** Override path to mail store at run time (using -p).
157 char *HomeMailFile = NULL; /* store mail in homedir */
174 int store __P((char *, bool *));
410 fd = store(from, NULL);
586 msgfd = store(return_path, &inbody);
765 store(from, inbody) function

Completed in 27 milliseconds