Home
last modified time | relevance | path

Searched refs:_structmodulestate (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_struct.c27 } _structmodulestate; typedef
29 static inline _structmodulestate*
34 return (_structmodulestate *)state; in get_struct_state()
49 PyObject* (*unpack)(_structmodulestate *, const char *,
51 int (*pack)(_structmodulestate *, char *, PyObject *,
132 get_pylong(_structmodulestate *state, PyObject *v) in get_pylong()
159 get_long(_structmodulestate *state, PyObject *v, long *p) in get_long()
183 get_ulong(_structmodulestate *state, PyObject *v, unsigned long *p) in get_ulong()
206 get_longlong(_structmodulestate *state, PyObject *v, long long *p) in get_longlong()
229 get_ulonglong(_structmodulestate *stat
[all...]

Completed in 3 milliseconds