Home
last modified time | relevance | path

Searched refs:T_PYSSIZET (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Include/
Dstructmember.h76 #define T_PYSSIZET 19 /* Py_ssize_t */ macro
/external/python/cpython2/Python/
Dstructmember.c91 case T_PYSSIZET: in PyMember_GetOne()
297 case T_PYSSIZET:{ in PyMember_SetOne()
/external/python/cpython2/Modules/_io/
D_iomodule.c127 {"characters_written", T_PYSSIZET, offsetof(PyBlockingIOErrorObject, written), 0},
/external/python/cpython2/Objects/
Dexceptions.c1607 {"start", T_PYSSIZET, offsetof(PyUnicodeErrorObject, start), 0,
1609 {"end", T_PYSSIZET, offsetof(PyUnicodeErrorObject, end), 0,
Dtypeobject.c211 {"__basicsize__", T_PYSSIZET, offsetof(PyTypeObject,tp_basicsize),READONLY},
212 {"__itemsize__", T_PYSSIZET, offsetof(PyTypeObject, tp_itemsize), READONLY},
/external/python/cpython2/Doc/c-api/
Dstructures.rst307 T_PYSSIZET Py_ssize_t
/external/python/cpython2/Modules/
D_sre.c2695 {"groups", T_PYSSIZET, PAT_OFF(groups), READONLY},
3733 {"pos", T_PYSSIZET, MATCH_OFF(pos), READONLY},
3734 {"endpos", T_PYSSIZET, MATCH_OFF(endpos), READONLY},
/external/python/cpython2/PC/
D_winreg.c516 {"handle", T_PYSSIZET, offsetof(PyHKEYObject, hkey), READONLY},
/external/python/cpython2/Misc/
DNEWS12158 - T_PYSSIZET can now be used in PyMemberDef lists for Py_ssize_t members.