Searched refs:splice_send (Results 1 – 3 of 3) sorted by relevance
312 .splice_send = stream_splice_send, in main()
136 ssize_t (*splice_send)(int fdin, off_t *offin, int fdout, member
834 if (se->io != NULL && se->io->splice_send != NULL) {835 res = se->io->splice_send(llp->pipe[0], NULL,2031 if ((se->io == NULL) || (se->io->splice_send != NULL)) {