OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:failure_text
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/ts/
ts_rsp_verify.c
356
char
failure_text
[TS_STATUS_BUF_SIZE] = "";
local
371
/* Fill in
failure_text
with the failure information. */
379
strcat(
failure_text
, ",");
382
strcat(
failure_text
, ts_failure_info[i].text);
386
if (
failure_text
[0] == '\0')
387
strcpy(
failure_text
, "unspecified");
393
failure_text
);
/src/crypto/external/bsd/openssl/dist/crypto/ts/
ts_rsp_verify.c
357
char
failure_text
[TS_STATUS_BUF_SIZE] = "";
local
372
/* Fill in
failure_text
with the failure information. */
380
strcat(
failure_text
, ",");
383
strcat(
failure_text
, ts_failure_info[i].text);
387
if (
failure_text
[0] == '\0')
388
strcpy(
failure_text
, "unspecified");
394
failure_text
);
/src/crypto/external/bsd/openssl.old/dist/crypto/ts/
ts_rsp_verify.c
478
char
failure_text
[TS_STATUS_BUF_SIZE] = "";
local
493
/* Fill in
failure_text
with the failure information. */
501
strcat(
failure_text
, ",");
504
strcat(
failure_text
, ts_failure_info[i].text);
508
if (
failure_text
[0] == '\0')
509
strcpy(
failure_text
, "unspecified");
516
", failure codes: ",
failure_text
);
Completed in 17 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026