Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dbytearrayobject.h43 PyAPI_FUNC(char *) PyByteArray_AsString(PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dbytearrayobject.h43 PyAPI_FUNC(char *) PyByteArray_AsString(PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Diobase.c791 res = PyBytes_FromStringAndSize(PyByteArray_AsString(b), n); in rawiobase_read()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Diobase.c806 res = PyBytes_FromStringAndSize(PyByteArray_AsString(b), n); in rawiobase_read()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dbytearrayobject.c215 PyByteArray_AsString(PyObject *self) in PyByteArray_AsString() function
1485 output_start = output = PyByteArray_AsString(result); in bytearray_translate()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dbytearrayobject.c215 PyByteArray_AsString(PyObject *self) in PyByteArray_AsString() function
1481 output_start = output = PyByteArray_AsString(result); in bytearray_translate()