OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:error_encountered
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/include/openssl/
base64.h
177
//
error_encountered
indicates that invalid base64 data was found. This will
179
char
error_encountered
;
member in struct:evp_encode_ctx_st
/external/boringssl/src/crypto/base64/
base64.c
332
if (ctx->
error_encountered
) {
348
ctx->
error_encountered
= 1;
356
ctx->
error_encountered
= 1;
371
ctx->
error_encountered
= 1;
386
if (ctx->
error_encountered
|| ctx->data_used != 0) {
Completed in 67 milliseconds