Home
last modified time | relevance | path

Searched refs:buf_len (Results 1 – 15 of 15) sorted by relevance

/include/internal/
A Dring_buf.h96 if (buf_len < l) in ring_buf_write_at()
97 l = buf_len; in ring_buf_write_at()
105 buf_len -= l; in ring_buf_write_at()
108 assert(buf_len == 0); in ring_buf_write_at()
122 if (buf_len > avail) in ring_buf_push()
123 buf_len = avail; in ring_buf_push()
128 if (buf_len == 0) in ring_buf_push()
133 if (buf_len < l) in ring_buf_push()
134 l = buf_len; in ring_buf_push()
185 *buf_len = 0; in ring_buf_get_buf_at()
[all …]
A Dquic_tserver.h99 size_t buf_len,
121 size_t buf_len,
A Dquic_vlint.h123 int ossl_quic_vlint_decode(const unsigned char *buf, size_t buf_len, uint64_t *v);
A Dquic_sf_list.h135 size_t buf_len,
A Dquic_cfq.h100 typedef void (cfq_free_cb)(unsigned char *buf, size_t buf_len, void *arg);
A Dquic_tls.h30 int (*crypto_send_cb)(const unsigned char *buf, size_t buf_len,
A Dquic_demux.h293 size_t buf_len,
A Dquic_stream.h241 size_t buf_len,
A Dquic_txp.h78 size_t buf_len, void *arg);
A Dquic_record_tx.h28 size_t buf_len; member
A Dquic_wire_pkt.h537 size_t buf_len,
/include/openssl/
A Dobjects.h72 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name);
A Dcore_dispatch.h291 (SSL *s, const unsigned char *buf, size_t buf_len,
A Dasn1.h.in699 int i2t_ASN1_OBJECT(char *buf, int buf_len, const ASN1_OBJECT *a);
A Dssl.h.in2372 size_t buf_len,

Completed in 35 milliseconds