Lines Matching refs:size
132 Py_ssize_t size /* size of buffer */
136 UTF-8 encoded bytes. The size is determined with strlen(). */
277 size.
283 Py_ssize_t size /* size of buffer */
287 most size wchar_t characters are copied.
301 Py_ssize_t size /* size of buffer */
305 always ends with a nul character. If size is not NULL, write the number of
306 wide characters (excluding the null character) into *size.
309 on success. On error, returns NULL, *size is undefined and raises a
314 Py_ssize_t *size /* number of characters of the result */
356 given size. */
360 Py_ssize_t size, /* size of buffer */
437 Py_ssize_t length, /* size of string */
443 Py_ssize_t length, /* size of string */
452 Py_ssize_t length, /* size of string */
458 Py_ssize_t length, /* size of string */
468 Unicode object unicode and the size of the encoded representation
469 in bytes stored in *size.
471 In case of an error, no *size is set.
481 Py_ssize_t *size);
511 Py_ssize_t length, /* size of string */
520 Py_ssize_t length, /* size of string */
578 Py_ssize_t length, /* size of string */
587 Py_ssize_t length, /* size of string */
606 Py_ssize_t length, /* size of string */
618 Py_ssize_t length, /* size of string */
632 Py_ssize_t length, /* size of string */
648 Py_ssize_t length, /* size of string */
675 Py_ssize_t length, /* size of string */
690 Py_ssize_t length, /* size of string */
696 Py_ssize_t length, /* size of string */
705 Py_ssize_t length, /* size of string */
793 Py_ssize_t size /* size */