Home
last modified time | relevance | path

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

/external/nanopb-c/examples/network_server/
Dcommon.h7 pb_istream_t pb_istream_from_socket(int fd);
Dcommon.c36 pb_istream_t pb_istream_from_socket(int fd) in pb_istream_from_socket() function
Dclient.c83 pb_istream_t input = pb_istream_from_socket(fd); in listdir()
Dserver.c71 pb_istream_t input = pb_istream_from_socket(connfd); in handle_connection()
/external/grpc-grpc/third_party/nanopb/examples/network_server/
Dcommon.h7 pb_istream_t pb_istream_from_socket(int fd);
Dcommon.c36 pb_istream_t pb_istream_from_socket(int fd) in pb_istream_from_socket() function
Dclient.c87 pb_istream_t input = pb_istream_from_socket(fd); in listdir()
Dserver.c67 pb_istream_t input = pb_istream_from_socket(connfd); in handle_connection()