Home
last modified time | relevance | path

Searched refs:splice_receive (Results 1 – 3 of 3) sorted by relevance

/third_party/libfuse/example/
Dhello_ll_uds.c311 .splice_receive = NULL, in main()
/third_party/libfuse/include/
Dfuse_lowlevel.h133 ssize_t (*splice_receive)(int fdin, off_t *offin, int fdout, member
/third_party/libfuse/lib/
Dfuse_lowlevel.c2035 if ((se->io == NULL) || (se->io->splice_receive != NULL)) {
2880 if (se->io != NULL && se->io->splice_receive != NULL) {
2881 res = se->io->splice_receive(ch ? ch->fd : se->fd, NULL,