OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ring_buf
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
ring_buf.h
25
struct
ring_buf
{
struct
47
static ossl_inline int ring_buf_init(struct
ring_buf
*r)
55
static ossl_inline void ring_buf_destroy(struct
ring_buf
*r, int cleanse)
65
static ossl_inline size_t ring_buf_used(struct
ring_buf
*r)
70
static ossl_inline size_t ring_buf_avail(struct
ring_buf
*r)
75
static ossl_inline int ring_buf_write_at(struct
ring_buf
*r,
113
static ossl_inline size_t ring_buf_push(struct
ring_buf
*r,
146
static ossl_inline const unsigned char *ring_buf_get_ptr(const struct
ring_buf
*r,
172
static ossl_inline int ring_buf_get_buf_at(const struct
ring_buf
*r,
199
static ossl_inline void ring_buf_cpop_range(struct
ring_buf
*r
[
all
...]
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_sstream.c
13
#include "internal/
ring_buf
.h"
20
struct
ring_buf
ring_buf
;
member in struct:quic_sstream_st
49
* The current size of the stream is
ring_buf
.head_offset. If
68
ring_buf_init(&qss->
ring_buf
);
69
if (!ring_buf_resize(&qss->
ring_buf
, init_buf_size, 0)) {
70
ring_buf_destroy(&qss->
ring_buf
, 0);
87
ring_buf_destroy(&qss->
ring_buf
, qss->cleanse);
117
hdr->offset = qss->
ring_buf
.head_offset;
137
if (!ring_buf_get_buf_at(&qss->
ring_buf
,
[
all
...]
/src/sys/arch/hpcmips/dev/
ucbsnd.c
104
struct
ring_buf
{
struct
145
struct
ring_buf
sc_rb;
161
int ringbuf_allocate(struct
ring_buf
*, size_t, int);
162
void ringbuf_deallocate(struct
ring_buf
*);
163
void ringbuf_reset(struct
ring_buf
*);
164
int ringbuf_full(struct
ring_buf
*);
165
void *ringbuf_producer_get(struct
ring_buf
*);
166
void ringbuf_producer_return(struct
ring_buf
*, size_t);
167
void *ringbuf_consumer_get(struct
ring_buf
*, size_t *);
168
void ringbuf_consumer_return(struct
ring_buf
*);
[
all
...]
Completed in 20 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026