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

  /external/openssl/crypto/bio/
bf_buff.c 105 ctx->ibuf_len=0;
144 i=ctx->ibuf_len;
151 ctx->ibuf_len-=i;
191 ctx->ibuf_len=i;
285 ctx->ibuf_len=0;
297 for (i=ctx->ibuf_off; i<ctx->ibuf_len; i++)
311 ret=(long)ctx->ibuf_len;
327 ctx->ibuf_len=(int)num;
372 ctx->ibuf_len=0;
467 if (ctx->ibuf_len > 0
    [all...]
bio.h 314 int ibuf_len; /* how many bytes are in it */ member in struct:bio_f_buffer_ctx_struct
  /external/openssl/include/openssl/
bio.h 314 int ibuf_len; /* how many bytes are in it */ member in struct:bio_f_buffer_ctx_struct
  /external/clearsilver/cs/
csparse.c 551 NEOERR *cs_parse_string (CSPARSE *parse, char *ibuf, size_t ibuf_len)
581 i = find_open_delim (parse, ibuf, parse->offset, ibuf_len);
    [all...]

Completed in 115 milliseconds