Searched defs:ob_bytes (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A Dbytearrayobject.h27 char *ob_bytes; member in struct:__anon19220
49 Py_SIZE(self) ? ((PyByteArrayObject *)(self))->ob_bytes : _PyByteArray_empty_string)
/external/python/cpython3/Include/
H A Dbytearrayobject.h25 Py_ssize_t ob_alloc; /* How many bytes allocated in ob_bytes */
26 char *ob_bytes; /* Physical backing buffer */ member in struct:__anon19782
27 char *ob_start; /* Logical start inside ob_bytes */

Completed in 1962 milliseconds