Lines Matching refs:_structmodulestate
27 } _structmodulestate;
29 static inline _structmodulestate*
34 return (_structmodulestate *)state;
49 PyObject* (*unpack)(_structmodulestate *, const char *,
51 int (*pack)(_structmodulestate *, char *, PyObject *,
132 get_pylong(_structmodulestate *state, PyObject *v)
159 get_long(_structmodulestate *state, PyObject *v, long *p)
183 get_ulong(_structmodulestate *state, PyObject *v, unsigned long *p)
206 get_longlong(_structmodulestate *state, PyObject *v, long long *p)
229 get_ulonglong(_structmodulestate *state, PyObject *v, unsigned long long *p)
252 get_ssize_t(_structmodulestate *state, PyObject *v, Py_ssize_t *p)
275 get_size_t(_structmodulestate *state, PyObject *v, size_t *p)
313 pack_halffloat(_structmodulestate *state,
353 _range_error(_structmodulestate *state, const formatdef *f, int is_unsigned)
404 nu_char(_structmodulestate *state, const char *p, const formatdef *f)
410 nu_byte(_structmodulestate *state, const char *p, const formatdef *f)
416 nu_ubyte(_structmodulestate *state, const char *p, const formatdef *f)
422 nu_short(_structmodulestate *state, const char *p, const formatdef *f)
430 nu_ushort(_structmodulestate *state, const char *p, const formatdef *f)
438 nu_int(_structmodulestate *state, const char *p, const formatdef *f)
446 nu_uint(_structmodulestate *state, const char *p, const formatdef *f)
454 nu_long(_structmodulestate *state, const char *p, const formatdef *f)
462 nu_ulong(_structmodulestate *state, const char *p, const formatdef *f)
470 nu_ssize_t(_structmodulestate *state, const char *p, const formatdef *f)
478 nu_size_t(_structmodulestate *state, const char *p, const formatdef *f)
486 nu_longlong(_structmodulestate *state, const char *p, const formatdef *f)
494 nu_ulonglong(_structmodulestate *state, const char *p, const formatdef *f)
502 nu_bool(_structmodulestate *state, const char *p, const formatdef *f)
511 nu_halffloat(_structmodulestate *state, const char *p, const formatdef *f)
521 nu_float(_structmodulestate *state, const char *p, const formatdef *f)
529 nu_double(_structmodulestate *state, const char *p, const formatdef *f)
537 nu_void_p(_structmodulestate *state, const char *p, const formatdef *f)
545 np_byte(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
560 np_ubyte(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
575 np_char(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
587 np_short(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
605 np_ushort(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
623 np_int(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
639 np_uint(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
655 np_long(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
665 np_ulong(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
675 np_ssize_t(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
685 np_size_t(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
695 np_longlong(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
705 np_ulonglong(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
716 np_bool(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
729 np_halffloat(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
739 np_float(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
752 np_double(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
765 np_void_p(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
809 bu_int(_structmodulestate *state, const char *p, const formatdef *f)
824 bu_uint(_structmodulestate *state, const char *p, const formatdef *f)
836 bu_longlong(_structmodulestate *state, const char *p, const formatdef *f)
851 bu_ulonglong(_structmodulestate *state, const char *p, const formatdef *f)
863 bu_halffloat(_structmodulestate *state, const char *p, const formatdef *f)
869 bu_float(_structmodulestate *state, const char *p, const formatdef *f)
875 bu_double(_structmodulestate *state, const char *p, const formatdef *f)
881 bu_bool(_structmodulestate *state, const char *p, const formatdef *f)
887 bp_int(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
911 bp_uint(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
933 bp_longlong(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
949 bp_ulonglong(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
965 bp_halffloat(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
971 bp_float(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
983 bp_double(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
995 bp_bool(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
1030 lu_int(_structmodulestate *state, const char *p, const formatdef *f)
1045 lu_uint(_structmodulestate *state, const char *p, const formatdef *f)
1057 lu_longlong(_structmodulestate *state, const char *p, const formatdef *f)
1072 lu_ulonglong(_structmodulestate *state, const char *p, const formatdef *f)
1084 lu_halffloat(_structmodulestate *state, const char *p, const formatdef *f)
1090 lu_float(_structmodulestate *state, const char *p, const formatdef *f)
1096 lu_double(_structmodulestate *state, const char *p, const formatdef *f)
1102 lp_int(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
1126 lp_uint(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
1148 lp_longlong(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
1164 lp_ulonglong(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
1180 lp_halffloat(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
1186 lp_float(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
1198 lp_double(_structmodulestate *state, char *p, PyObject *v, const formatdef *f)
1262 getentry(_structmodulestate *state, int c, const formatdef *f)
1311 _structmodulestate *state = get_struct_state_structinst(self);
1532 _structmodulestate *state) {
1587 _structmodulestate *state = get_struct_state_structinst(self);
1619 _structmodulestate *state = get_struct_state_structinst(self);
1706 _structmodulestate *state = get_struct_state_iterinst(self);
1767 _structmodulestate *state = get_struct_state_structinst(self);
1813 char* buf, _structmodulestate *state)
1904 _structmodulestate *state = get_struct_state_structinst(self);
1949 _structmodulestate *state = get_struct_state_structinst(self);
2128 _structmodulestate *state = get_struct_state(module);
2365 _structmodulestate *state = get_struct_state(module);
2378 _structmodulestate *state = get_struct_state(module);
2397 _structmodulestate *state = get_struct_state(m);
2477 .m_size = sizeof(_structmodulestate),