Lines Matching defs:buffer
1025 /* initial buffer is too small for oid + terminating null byte */
1207 /* get a memory buffer */
1616 /* get a memory buffer */
2024 done so, if the buffer is too small.
2462 buffer: Py_buffer(accept={rwbuffer})
2471 int group_right_1, Py_buffer *buffer)
2511 mem = buffer->buf;
2512 if (len <= 0 || len > buffer->len) {
2513 len = (int) buffer->len;
2514 if (buffer->len != len) {
3778 "unable to allocate password buffer");
3970 _setSSLError(get_state_ctx(self), "Can't allocate buffer", 0, __FILE__, __LINE__);
4115 "cadata should be a contiguous buffer with "
4857 If size is not specified, read the entire buffer.
5169 string as view: Py_buffer(accept={str, buffer})