Home
last modified time | relevance | path

Searched refs:pstore (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/ssl/
Dssl_cert.c867 X509_STORE **pstore; in ssl_cert_set_cert_store() local
869 pstore = &c->chain_store; in ssl_cert_set_cert_store()
871 pstore = &c->verify_store; in ssl_cert_set_cert_store()
872 X509_STORE_free(*pstore); in ssl_cert_set_cert_store()
873 *pstore = store; in ssl_cert_set_cert_store()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_input.c4381 struct sctp_paramhdr pstore; local
4432 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, sizeof(pstore), (uint8_t *)&pstore);