HomeSort by relevance Sort by last modified time
    Searched defs:obuf_len (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/bio/
bf_lbuf.c 102 int obuf_len; /* how many bytes are in it */ member in struct:bio_linebuffer_ctx_struct
114 ctx->obuf_len=0;
175 while ((foundnl || p - in > ctx->obuf_size - ctx->obuf_len)
176 && ctx->obuf_len > 0)
178 int orig_olen = ctx->obuf_len;
180 i = ctx->obuf_size - ctx->obuf_len;
185 memcpy(&(ctx->obuf[ctx->obuf_len]),
187 ctx->obuf_len += p - in;
194 memcpy(&(ctx->obuf[ctx->obuf_len]),
196 ctx->obuf_len += i
    [all...]
bio.h 354 int obuf_len; /* how many bytes are in it */ member in struct:bio_f_buffer_ctx_struct
    [all...]
  /external/openssl/include/openssl/
bio.h 354 int obuf_len; /* how many bytes are in it */ member in struct:bio_f_buffer_ctx_struct
    [all...]

Completed in 5655 milliseconds