Lines Matching defs:ssocket
102 syncsocket_close(SyncSocket* ssocket) in syncsocket_close()
114 syncsocket_free(SyncSocket* ssocket) in syncsocket_free()
125 syncsocket_start_read(SyncSocket* ssocket) in syncsocket_start_read()
136 syncsocket_stop_read(SyncSocket* ssocket) in syncsocket_stop_read()
147 syncsocket_start_write(SyncSocket* ssocket) in syncsocket_start_write()
158 syncsocket_stop_write(SyncSocket* ssocket) in syncsocket_stop_write()
169 syncsocket_read_absolute(SyncSocket* ssocket, in syncsocket_read_absolute()
199 syncsocket_read(SyncSocket* ssocket, void* buf, size_t size, int timeout) in syncsocket_read()
205 syncsocket_write_absolute(SyncSocket* ssocket, in syncsocket_write_absolute()
252 syncsocket_write(SyncSocket* ssocket, const void* buf, size_t size, int timeout) in syncsocket_write()
258 syncsocket_read_line_absolute(SyncSocket* ssocket, in syncsocket_read_line_absolute()
283 syncsocket_read_line(SyncSocket* ssocket, char* buffer, size_t size, int timeout) in syncsocket_read_line()
290 syncsocket_get_socket(SyncSocket* ssocket) in syncsocket_get_socket()