Home
last modified time | relevance | path

Searched refs:buf_off (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dbio_b64.c35 int buf_off; member
128 ctx->buf_off = 0; in b64_read()
135 OPENSSL_assert(ctx->buf_len >= ctx->buf_off); in b64_read()
136 i = ctx->buf_len - ctx->buf_off; in b64_read()
139 OPENSSL_assert(ctx->buf_off + i < (int)sizeof(ctx->buf)); in b64_read()
140 memcpy(out, &(ctx->buf[ctx->buf_off]), i); in b64_read()
144 ctx->buf_off += i; in b64_read()
145 if (ctx->buf_len == ctx->buf_off) { in b64_read()
147 ctx->buf_off = 0; in b64_read()
299 ctx->buf_off in b64_read()
[all...]
H A Dbio_ok.c100 size_t buf_off; member
189 i = ctx->buf_len - ctx->buf_off; in ok_read()
192 memcpy(out, &(ctx->buf[ctx->buf_off]), i); in ok_read()
196 ctx->buf_off += i; in ok_read()
199 if (ctx->buf_len == ctx->buf_off) { in ok_read()
200 ctx->buf_off = 0; in ok_read()
277 n = ctx->buf_len - ctx->buf_off; in ok_write()
279 i = BIO_write(next, &(ctx->buf[ctx->buf_off]), n); in ok_write()
286 ctx->buf_off += i; in ok_write()
292 if (ctx->buf_len == ctx->buf_off) { in ok_write()
[all...]
H A Dbio_enc.c31 int buf_off; member
122 i = ctx->buf_len - ctx->buf_off; in enc_read()
125 memcpy(out, &(ctx->buf[ctx->buf_off]), i); in enc_read()
129 ctx->buf_off += i; in enc_read()
130 if (ctx->buf_len == ctx->buf_off) { in enc_read()
132 ctx->buf_off = 0; in enc_read()
165 ctx->buf_off = 0; in enc_read()
224 ctx->buf_off = i; in enc_read()
248 n = ctx->buf_len - ctx->buf_off; in enc_write()
250 i = BIO_write(next, &(ctx->buf[ctx->buf_off]), in enc_write()
[all...]
/third_party/openssl/crypto/evp/
H A Dbio_b64.c35 int buf_off; member
128 ctx->buf_off = 0; in b64_read()
135 OPENSSL_assert(ctx->buf_len >= ctx->buf_off); in b64_read()
136 i = ctx->buf_len - ctx->buf_off; in b64_read()
139 OPENSSL_assert(ctx->buf_off + i < (int)sizeof(ctx->buf)); in b64_read()
140 memcpy(out, &(ctx->buf[ctx->buf_off]), i); in b64_read()
144 ctx->buf_off += i; in b64_read()
145 if (ctx->buf_len == ctx->buf_off) { in b64_read()
147 ctx->buf_off = 0; in b64_read()
299 ctx->buf_off in b64_read()
[all...]
H A Dbio_ok.c100 size_t buf_off; member
189 i = ctx->buf_len - ctx->buf_off; in ok_read()
192 memcpy(out, &(ctx->buf[ctx->buf_off]), i); in ok_read()
196 ctx->buf_off += i; in ok_read()
199 if (ctx->buf_len == ctx->buf_off) { in ok_read()
200 ctx->buf_off = 0; in ok_read()
277 n = ctx->buf_len - ctx->buf_off; in ok_write()
279 i = BIO_write(next, &(ctx->buf[ctx->buf_off]), n); in ok_write()
286 ctx->buf_off += i; in ok_write()
292 if (ctx->buf_len == ctx->buf_off) { in ok_write()
[all...]
H A Dbio_enc.c31 int buf_off; member
122 i = ctx->buf_len - ctx->buf_off; in enc_read()
125 memcpy(out, &(ctx->buf[ctx->buf_off]), i); in enc_read()
129 ctx->buf_off += i; in enc_read()
130 if (ctx->buf_len == ctx->buf_off) { in enc_read()
132 ctx->buf_off = 0; in enc_read()
165 ctx->buf_off = 0; in enc_read()
224 ctx->buf_off = i; in enc_read()
248 n = ctx->buf_len - ctx->buf_off; in enc_write()
250 i = BIO_write(next, &(ctx->buf[ctx->buf_off]), in enc_write()
[all...]
/third_party/node/deps/openssl/openssl/util/
H A Dcheck-format-test-negatives.c84 ctx->buf_off = 0; /* do not confuse with var decl */ in f()
/third_party/openssl/util/
H A Dcheck-format-test-negatives.c84 ctx->buf_off = 0; /* do not confuse with var decl */ in f()

Completed in 9 milliseconds