/external/chromium_org/third_party/openssl/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...] |
bf_buff.c | 107 ctx->obuf_len=0; 208 i=ctx->obuf_size-(ctx->obuf_len+ctx->obuf_off); 212 memcpy(&(ctx->obuf[ctx->obuf_off+ctx->obuf_len]),in,inl); 213 ctx->obuf_len+=inl; 218 if (ctx->obuf_len != 0) 222 memcpy(&(ctx->obuf[ctx->obuf_off+ctx->obuf_len]),in,i); 226 ctx->obuf_len+=i; 232 ctx->obuf_len); 241 ctx->obuf_len-=i; 242 if (ctx->obuf_len == 0) break [all...] |
bio.h | 357 int obuf_len; /* how many bytes are in it */ member in struct:bio_f_buffer_ctx_struct [all...] |
/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...] |
bf_buff.c | 107 ctx->obuf_len=0; 208 i=ctx->obuf_size-(ctx->obuf_len+ctx->obuf_off); 212 memcpy(&(ctx->obuf[ctx->obuf_off+ctx->obuf_len]),in,inl); 213 ctx->obuf_len+=inl; 218 if (ctx->obuf_len != 0) 222 memcpy(&(ctx->obuf[ctx->obuf_off+ctx->obuf_len]),in,i); 226 ctx->obuf_len+=i; 232 ctx->obuf_len); 241 ctx->obuf_len-=i; 242 if (ctx->obuf_len == 0) break [all...] |
bio.h | 354 int obuf_len; /* how many bytes are in it */ member in struct:bio_f_buffer_ctx_struct [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
bio.h | 357 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...] |