OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pstore
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isc/include/isc/
tls.h
274
isc_tls_cert_store_t **
pstore
);
281
*\li '
pstore
' is a valid pointer to a pointer containing 'NULL'.
285
isc_tls_cert_store_free(isc_tls_cert_store_t **
pstore
);
290
*\li '
pstore
' is a valid pointer to a pointer containing a non-'NULL' value.
569
isc_tlsctx_t **pctx, isc_tls_cert_store_t **
pstore
,
581
*\li '
pstore
' - a valid pointer to a non-NULL pointer or 'NULL'.
588
* '
pstore
' still might get initialised as there is one to many
/src/sys/arch/mips/mips/
db_trace.c
176
struct proc
pstore
;
180
db_read_bytes((db_addr_t)lstore.l_proc, sizeof(
pstore
),
181
(char *)&
pstore
);
182
(*pr)("pid %d.%d ",
pstore
.p_pid, lstore.l_lid);
/src/external/mpl/bind/dist/lib/isc/
tls.c
1084
isc_tls_cert_store_t **
pstore
) {
1087
REQUIRE(
pstore
!= NULL && *
pstore
== NULL);
1110
*
pstore
= store;
1122
isc_tls_cert_store_free(isc_tls_cert_store_t **
pstore
) {
1124
REQUIRE(
pstore
!= NULL && *
pstore
!= NULL);
1126
store = *
pstore
;
1130
*
pstore
= NULL;
1352
isc_tlsctx_t **pctx, isc_tls_cert_store_t **
pstore
,
[
all
...]
/src/sys/arch/alpha/alpha/
db_trace.c
188
struct proc
pstore
, *p = &
pstore
;
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_cert.c
984
X509_STORE **
pstore
;
local
986
pstore
= &c->chain_store;
988
pstore
= &c->verify_store;
989
X509_STORE_free(*
pstore
);
990
*
pstore
= store;
996
int ssl_cert_get_cert_store(CERT *c, X509_STORE **
pstore
, int chain)
998
*
pstore
= (chain ? c->chain_store : c->verify_store);
ssl_local.h
2433
__owur int ssl_cert_get_cert_store(CERT *c, X509_STORE **
pstore
, int chain);
/src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_cert.c
867
X509_STORE **
pstore
;
local
869
pstore
= &c->chain_store;
871
pstore
= &c->verify_store;
872
X509_STORE_free(*
pstore
);
873
*
pstore
= store;
879
int ssl_cert_get_cert_store(CERT *c, X509_STORE **
pstore
, int chain)
881
*
pstore
= (chain ? c->chain_store : c->verify_store);
ssl_local.h
2304
__owur int ssl_cert_get_cert_store(CERT *c, X509_STORE **
pstore
, int chain);
/src/sys/dist/pf/net/
pf_ioctl.c
2007
struct pfsync_state *p, *
pstore
;
local
2016
pstore
= malloc(sizeof(*
pstore
), M_TEMP, M_WAITOK);
2026
pf_state_export(
pstore
,
2028
error = copyout(
pstore
, p, sizeof(*p));
2030
free(
pstore
, M_TEMP);
2041
free(
pstore
, M_TEMP);
3116
struct pf_src_node *n, *p, *
pstore
;
local
3127
pstore
= malloc(sizeof(*
pstore
), M_TEMP, M_WAITOK)
[
all
...]
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_cert.c
1174
X509_STORE **
pstore
;
local
1180
pstore
= &c->chain_store;
1182
pstore
= &c->verify_store;
1183
X509_STORE_free(*
pstore
);
1184
*
pstore
= store;
1189
int ssl_cert_get_cert_store(CERT *c, X509_STORE **
pstore
, int chain)
1191
*
pstore
= (chain ? c->chain_store : c->verify_store);
ssl_local.h
2597
__owur int ssl_cert_get_cert_store(CERT *c, X509_STORE **
pstore
, int chain);
Completed in 37 milliseconds
Indexes created Sun Aug 16 00:25:19 UTC 2026