OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:infotype
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/crypto/x509/
by_store.c
51
int
infotype
;
local
57
infotype
= OSSL_STORE_INFO_get_type(info);
60
if (
infotype
== OSSL_STORE_INFO_NAME) {
74
switch (
infotype
) {
/src/crypto/external/apache2/openssl/dist/crypto/x509/
by_store.c
60
int
infotype
;
local
66
infotype
= OSSL_STORE_INFO_get_type(info);
69
if (
infotype
== OSSL_STORE_INFO_NAME) {
88
switch (
infotype
) {
/src/lib/libc/net/
sctp_sys_calls.c
656
unsigned int *
infotype
,
668
((info != NULL) && (
infotype
== NULL))) {
672
if (
infotype
) {
673
*
infotype
= SCTP_RECVV_NOINFO;
690
(
infotype
!= NULL) &&
724
*
infotype
= SCTP_RECVV_RN;
728
*
infotype
= SCTP_RECVV_RCVINFO;
734
*
infotype
= SCTP_RECVV_NXTINFO;
745
void *info, socklen_t infolen, unsigned int
infotype
,
783
switch (
infotype
) {
[
all
...]
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_cert.c
1010
int
infotype
;
local
1014
infotype
= OSSL_STORE_INFO_get_type(info);
1016
if (
infotype
== OSSL_STORE_INFO_NAME) {
1024
} else if (
infotype
== OSSL_STORE_INFO_CERT) {
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_cert.c
821
int
infotype
= info == 0 ? 0 : OSSL_STORE_INFO_get_type(info);
local
826
if (
infotype
== OSSL_STORE_INFO_NAME) {
834
} else if (
infotype
== OSSL_STORE_INFO_CERT) {
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026