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

  /external/chromium_org/third_party/boringssl/src/crypto/bio/
buffer.c 80 int ibuf_len; /* how many bytes are in it */ member in struct:bio_f_buffer_ctx_struct
157 i = ctx->ibuf_len;
165 ctx->ibuf_len -= i;
208 ctx->ibuf_len = i;
300 ctx->ibuf_len = 0;
323 ret = (long)ctx->ibuf_len;
365 ctx->ibuf_len = 0;
443 if (ctx->ibuf_len > 0) {
446 for (i = 0; (i < ctx->ibuf_len) && (i < size); i++) {
456 ctx->ibuf_len -= i
    [all...]
  /external/openssl/crypto/bio/
bio.h 353 int ibuf_len; /* how many bytes are in it */ member in struct:bio_f_buffer_ctx_struct
    [all...]
  /external/openssl/include/openssl/
bio.h 353 int ibuf_len; /* how many bytes are in it */ member in struct:bio_f_buffer_ctx_struct
    [all...]

Completed in 777 milliseconds