Lines Matching defs:headers
5124 "sendfile($module, /, out_fd, in_fd, offset, count, headers=(),\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};
5150 PyObject *headers = NULL;
5176 headers = args[4];
5192 return_value = os_sendfile_impl(module, out_fd, in_fd, offset, sbytes, headers, trailers, flags);
5203 "sendfile($module, /, out_fd, in_fd, offset, count, headers=(),\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};
5229 PyObject *headers = NULL;
5264 headers = args[4];
5280 return_value = os_sendfile_impl(module, out_fd, in_fd, offset, count, headers, trailers, flags);