Home
last modified time | relevance | path

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

/nanopb-latest/examples/network_server/
Dcommon.c11 static bool write_callback(pb_ostream_t *stream, const uint8_t *buf, size_t count) in write_callback() function
35 pb_ostream_t stream = {&write_callback, (void*)(intptr_t)fd, SIZE_MAX, 0}; in pb_ostream_from_socket()
/nanopb-latest/tests/io_errors/
Dio_errors.c31 bool write_callback(pb_ostream_t *stream, const uint8_t *buf, size_t count) in write_callback() function
99 pb_ostream_t stream = {&write_callback, NULL, SIZE_MAX, 0}; in main()