Home
last modified time | relevance | path

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

/openssl/crypto/bio/
H A Dbss_dgram_pair.c82 static void ring_buf_push_pop(struct ring_buf *r, int idx, size_t num_bytes) in ring_buf_push_pop() function
112 #define ring_buf_push(r, num_bytes) ring_buf_push_pop((r), 0, (num_bytes))
113 #define ring_buf_pop(r, num_bytes) ring_buf_push_pop((r), 1, (num_bytes))

Completed in 7 milliseconds