Searched refs:syncsendbuf (Results 1 – 1 of 1) sorted by relevance
116 typedef struct syncsendbuf syncsendbuf; typedef118 struct syncsendbuf { struct124 static syncsendbuf send_buffer; argument210 static int write_data_file(int fd, const char *path, syncsendbuf *sbuf) in write_data_file()247 static int write_data_buffer(int fd, char* file_buffer, int size, syncsendbuf *sbuf) in write_data_buffer()273 static int write_data_link(int fd, const char *path, syncsendbuf *sbuf) in write_data_link()302 syncsendbuf *sbuf = &send_buffer; in sync_send()