Home
last modified time | relevance | path

Searched defs:PyBytes_GET_SIZE (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dbytesobject.h8 #define PyBytes_GET_SIZE PyString_GET_SIZE macro
/external/python/cpython3/Include/cpython/
Dbytesobject.h34 #define PyBytes_GET_SIZE(op) (assert(PyBytes_Check(op)),Py_SIZE(op)) macro
/external/libxml2/python/
Dlibxml_wrap.h36 #define PyBytes_GET_SIZE PyString_GET_SIZE macro
/external/python/cpython2/Modules/
D_bsddb.c119 #define PyBytes_GET_SIZE PyString_GET_SIZE macro