Home
last modified time | relevance | path

Searched refs:ibufsize (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/comp/
H A Dc_zlib.c273 int ibufsize; /* Buffer size */ member
328 ctx->ibufsize = ZLIB_DEFAULT_BUFSIZE; in bio_zlib_new()
378 ctx->ibuf = OPENSSL_malloc(ctx->ibufsize); in bio_zlib_read()
413 ret = BIO_read(next, ctx->ibuf, ctx->ibufsize); in bio_zlib_read()
588 ctx->ibufsize = ibs; in bio_zlib_ctrl()
/third_party/openssl/crypto/comp/
H A Dc_zlib.c273 int ibufsize; /* Buffer size */ member
328 ctx->ibufsize = ZLIB_DEFAULT_BUFSIZE; in bio_zlib_new()
378 ctx->ibuf = OPENSSL_malloc(ctx->ibufsize); in bio_zlib_read()
413 ret = BIO_read(next, ctx->ibuf, ctx->ibufsize); in bio_zlib_read()
588 ctx->ibufsize = ibs; in bio_zlib_ctrl()
/third_party/alsa-lib/src/seq/
H A Dseq_local.h92 size_t ibufsize; /* input buffer size */ member
H A Dseq.c1227 return seq->ibufsize * get_packet_size(seq); in snd_seq_get_input_buffer_size()
1276 if (size != seq->ibufsize) { in snd_seq_set_input_buffer_size()
1284 seq->ibufsize = size; in snd_seq_set_input_buffer_size()
4359 len = (seq->ops->read)(seq, seq->ibuf, seq->ibufsize * packet_size); in snd_seq_event_read_buffer()
H A Dseq_hw.c570 seq->ibuf = (char *) calloc(sizeof(snd_seq_ump_event_t), seq->ibufsize = SND_SEQ_IBUF_SIZE); in snd_seq_hw_open()

Completed in 16 milliseconds