Searched refs:dictptr (Results 1 – 2 of 2) sorted by relevance
284 lzma_decode(lzma_coder *restrict coder, lzma_dict *restrict dictptr, in lzma_decode() argument306 lzma_dict dict = *dictptr; in lzma_decode()795 dictptr->pos = dict.pos; in lzma_decode()796 dictptr->full = dict.full; in lzma_decode()
1897 PyObject **dictptr = _PyObject_GetDictPtr(pyobj); in SWIG_Python_GetSwigThis() local1898 if (dictptr != NULL) { in SWIG_Python_GetSwigThis()1899 PyObject *dict = *dictptr; in SWIG_Python_GetSwigThis()2092 PyObject **dictptr = _PyObject_GetDictPtr(inst); in SWIG_Python_NewShadowInstance() local2093 if (dictptr != NULL) { in SWIG_Python_NewShadowInstance()2094 PyObject *dict = *dictptr; in SWIG_Python_NewShadowInstance()2097 *dictptr = dict; in SWIG_Python_NewShadowInstance()2150 PyObject **dictptr = _PyObject_GetDictPtr(inst); in SWIG_Python_SetSwigThis() local2151 if (dictptr != NULL) { in SWIG_Python_SetSwigThis()2152 dict = *dictptr; in SWIG_Python_SetSwigThis()[all …]