Lines Matching refs:buffer
132 Py_ssize_t size /* size of buffer */
149 /* Copy the string into a UCS4 buffer including the null character if copy_null
151 the buffer is smaller than the string. Return buffer on success.
153 buflen is the length of the buffer in (Py_UCS4) characters. */
156 Py_UCS4* buffer,
160 /* Copy the string into a UCS4 buffer. A new buffer is allocated using
276 /* Create a Unicode Object from the wchar_t buffer w of the given
279 The buffer is copied into the new object. */
282 const wchar_t *w, /* wchar_t buffer */
283 Py_ssize_t size /* size of buffer */
286 /* Copies the Unicode Object contents into the wchar_t buffer w. At
300 wchar_t *w, /* wchar_t buffer */
301 Py_ssize_t size /* size of buffer */
308 Returns a buffer allocated by PyMem_Malloc() (use PyMem_Free() to free it)
360 Py_ssize_t size, /* size of buffer */
486 /* Decodes length bytes from a UTF-32 encoded buffer string and returns
553 /* Decodes length bytes from a UTF-16 encoded buffer string and returns