file_sync_client.c | 116 typedef struct syncsendbuf syncsendbuf; typedef in typeref:struct:syncsendbuf 118 struct syncsendbuf { struct 124 static syncsendbuf send_buffer; 210 static int write_data_file(int fd, const char *path, syncsendbuf *sbuf) 247 static int write_data_buffer(int fd, char* file_buffer, int size, syncsendbuf *sbuf) 273 static int write_data_link(int fd, const char *path, syncsendbuf *sbuf) 302 syncsendbuf *sbuf = &send_buffer;
|