Lines Matching refs:buffer
234 _PyArg_BadArgument("write", "argument", "contiguous buffer", arg);
267 "read(size, [buffer])\n"
275 int group_right_1, Py_buffer *buffer);
283 Py_buffer buffer = {NULL, NULL};
292 if (!PyArg_ParseTuple(args, "nw*:read", &len, &buffer)) {
301 return_value = _ssl__SSLSocket_read_impl(self, len, group_right_1, &buffer);
304 /* Cleanup for buffer */
305 if (buffer.obj) {
306 PyBuffer_Release(&buffer);
504 _PyArg_BadArgument("_set_alpn_protocols", "argument", "contiguous buffer", arg);
910 "If size is not specified, read the entire buffer.\n"
968 _PyArg_BadArgument("write", "argument", "contiguous buffer", arg);
1040 _PyArg_BadArgument("RAND_add", "argument 1", "contiguous buffer", args[0]);