OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scheme_copy
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/crypto/store/
store_lib.c
45
char
scheme_copy
[256], *p, *schemes[2];
local
63
OPENSSL_strlcpy(
scheme_copy
, uri, sizeof(
scheme_copy
));
64
if ((p = strchr(
scheme_copy
, ':')) != NULL) {
66
if (strcasecmp(
scheme_copy
, "file") != 0) {
69
schemes[schemes_n++] =
scheme_copy
;
/src/crypto/external/apache2/openssl/dist/crypto/store/
store_lib.c
77
char
scheme_copy
[256], *p, *schemes[2], *scheme = NULL;
local
100
OPENSSL_strlcpy(
scheme_copy
, uri, sizeof(
scheme_copy
));
101
if ((p = strchr(
scheme_copy
, ':')) != NULL) {
103
if (OPENSSL_strcasecmp(
scheme_copy
, "file") != 0) {
106
schemes[schemes_n++] =
scheme_copy
;
/src/crypto/external/bsd/openssl/dist/crypto/store/
store_lib.c
75
char
scheme_copy
[256], *p, *schemes[2], *scheme = NULL;
local
93
OPENSSL_strlcpy(
scheme_copy
, uri, sizeof(
scheme_copy
));
94
if ((p = strchr(
scheme_copy
, ':')) != NULL) {
96
if (OPENSSL_strcasecmp(
scheme_copy
, "file") != 0) {
99
schemes[schemes_n++] =
scheme_copy
;
Completed in 124 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026