Searched defs:num_bytes (Results 1 – 2 of 2) sorted by relevance
74 const void *rand_stream_peek(struct rand_stream *rs, size_t *num_bytes) in rand_stream_peek()85 void rand_stream_read(struct rand_stream *rs, void *buf, size_t num_bytes) in rand_stream_read()98 void rand_stream_advance(struct rand_stream *rs, size_t num_bytes) in rand_stream_advance()
246 size_t num_bytes = 100; in test_200x_tcp_write_cb() local
Completed in 14 milliseconds