Lines Matching defs:trailers
5125 " trailers=(), flags=0)\n"
5135 Py_off_t sbytes, PyObject *headers, PyObject *trailers,
5142 static const char * const _keywords[] = {"out_fd", "in_fd", "offset", "count", "headers", "trailers", "flags", NULL};
5151 PyObject *trailers = NULL;
5182 trailers = args[5];
5192 return_value = os_sendfile_impl(module, out_fd, in_fd, offset, sbytes, headers, trailers, flags);
5204 " trailers=(), flags=0)\n"
5214 Py_ssize_t count, PyObject *headers, PyObject *trailers,
5221 static const char * const _keywords[] = {"out_fd", "in_fd", "offset", "count", "headers", "trailers", "flags", NULL};
5230 PyObject *trailers = NULL;
5270 trailers = args[5];
5280 return_value = os_sendfile_impl(module, out_fd, in_fd, offset, count, headers, trailers, flags);