Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/evp/
Dbio_b64.c88 int tmp_nl; /* If true, scan until '\n' */ member
124 ctx->tmp_nl = 0; in b64_new()
241 if (ctx->tmp_nl) { in b64_read()
243 ctx->tmp_nl = 0; in b64_read()
276 ctx->tmp_nl = 1; in b64_read()