HomeSort by relevance Sort by last modified time
    Searched full:buf_off (Results 1 - 1 of 1) sorted by null

  /external/boringssl/src/decrepit/bio/
base64_bio.c 80 int buf_off; member in struct:b64_struct
139 ctx->buf_off = 0;
146 assert(ctx->buf_len >= ctx->buf_off);
147 i = ctx->buf_len - ctx->buf_off;
151 assert(ctx->buf_off + i < (int)sizeof(ctx->buf));
152 OPENSSL_memcpy(out, &ctx->buf[ctx->buf_off], i);
156 ctx->buf_off += i;
157 if (ctx->buf_len == ctx->buf_off) {
159 ctx->buf_off = 0;
292 ctx->buf_off = 0
    [all...]

Completed in 160 milliseconds