Lines Matching refs:sync_writer
37 SyncSocket* sync_writer;
74 int status = syncsocket_start_write(_uiCmdProxy.sync_writer);
79 status = syncsocket_write(_uiCmdProxy.sync_writer, &header, sizeof(header),
83 status = syncsocket_write(_uiCmdProxy.sync_writer, cmd_param,
88 syncsocket_stop_write(_uiCmdProxy.sync_writer);
169 _uiCmdProxy.sync_writer = syncsocket_init(fd);
170 if (_uiCmdProxy.sync_writer == NULL) {
189 if (_uiCmdProxy.sync_writer != NULL) {
190 syncsocket_close(_uiCmdProxy.sync_writer);
191 syncsocket_free(_uiCmdProxy.sync_writer);