Home
last modified time | relevance | path

Searched refs:PyByteArray_FromStringAndSize (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dbytearrayobject.c168 PyByteArray_FromStringAndSize(const char *bytes, Py_ssize_t size) in PyByteArray_FromStringAndSize() function
295 result = (PyByteArrayObject *) PyByteArray_FromStringAndSize(NULL, size); in PyByteArray_Concat()
363 result = (PyByteArrayObject *)PyByteArray_FromStringAndSize(NULL, size); in bytearray_repeat()
446 return PyByteArray_FromStringAndSize("", 0); in bytearray_subscript()
448 return PyByteArray_FromStringAndSize(self->ob_bytes + start, in bytearray_subscript()
463 result = PyByteArray_FromStringAndSize(result_buf, slicelength); in bytearray_subscript()
1115 #define STRINGLIB_NEW PyByteArray_FromStringAndSize
1482 result = PyByteArray_FromStringAndSize((char *)NULL, inlen); in bytearray_translate()
1537 return (PyByteArrayObject *)PyByteArray_FromStringAndSize( in return_self()
1595 PyByteArray_FromStringAndSize(NULL, result_len)) ) in replace_interleave()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dbytearrayobject.c168 PyByteArray_FromStringAndSize(const char *bytes, Py_ssize_t size) in PyByteArray_FromStringAndSize() function
295 result = (PyByteArrayObject *) PyByteArray_FromStringAndSize(NULL, size); in PyByteArray_Concat()
363 result = (PyByteArrayObject *)PyByteArray_FromStringAndSize(NULL, size); in bytearray_repeat()
446 return PyByteArray_FromStringAndSize("", 0); in bytearray_subscript()
448 return PyByteArray_FromStringAndSize(self->ob_bytes + start, in bytearray_subscript()
463 result = PyByteArray_FromStringAndSize(result_buf, slicelength); in bytearray_subscript()
1111 #define STRINGLIB_NEW PyByteArray_FromStringAndSize
1478 result = PyByteArray_FromStringAndSize((char *)NULL, inlen); in bytearray_translate()
1533 return (PyByteArrayObject *)PyByteArray_FromStringAndSize( in return_self()
1591 PyByteArray_FromStringAndSize(NULL, result_len)) ) in replace_interleave()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dbytearrayobject.h41 PyAPI_FUNC(PyObject *) PyByteArray_FromStringAndSize(const char *, Py_ssize_t);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dbytearrayobject.h41 PyAPI_FUNC(PyObject *) PyByteArray_FromStringAndSize(const char *, Py_ssize_t);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Diobase.c461 buffer = PyByteArray_FromStringAndSize(NULL, 0); in iobase_readline()
774 b = PyByteArray_FromStringAndSize(NULL, n); in rawiobase_read()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Diobase.c461 buffer = PyByteArray_FromStringAndSize(NULL, 0); in iobase_readline()
789 b = PyByteArray_FromStringAndSize(NULL, n); in rawiobase_read()