Home
last modified time | relevance | path

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

/nanopb-2.7.6/
Dpb_encode.c23 static bool checkreturn buf_write(pb_ostream_t *stream, const pb_byte_t *buf, size_t count);
52 static bool checkreturn buf_write(pb_ostream_t *stream, const pb_byte_t *buf, size_t count) in buf_write() function
70 stream.callback = &buf_write; in pb_ostream_from_buffer()
92 if (!buf_write(stream, buf, count)) in pb_write()