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

  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
bio_ok.c 149 size_t buf_len_save; member in struct:ok_struct
186 ctx->buf_len_save=0;
243 if(ctx->buf_len_save- ctx->buf_off_save > 0)
245 ctx->buf_len= ctx->buf_len_save- ctx->buf_off_save;
378 ctx->buf_len_save=0;
610 ctx->buf_len_save= ctx->buf_len;
  /external/openssl/crypto/evp/
bio_ok.c 149 size_t buf_len_save; member in struct:ok_struct
186 ctx->buf_len_save=0;
243 if(ctx->buf_len_save- ctx->buf_off_save > 0)
245 ctx->buf_len= ctx->buf_len_save- ctx->buf_off_save;
378 ctx->buf_len_save=0;
610 ctx->buf_len_save= ctx->buf_len;

Completed in 177 milliseconds