Home
last modified time | relevance | path

Searched refs:tmp_nl (Results 1 – 1 of 1) sorted by relevance

/external/openssl/crypto/evp/
Dbio_b64.c85 int tmp_nl; /* If true, scan until '\n' */ member
121 ctx->tmp_nl=0; in b64_new()
237 if (ctx->tmp_nl) in b64_read()
240 ctx->tmp_nl=0; in b64_read()
276 ctx->tmp_nl=1; in b64_read()