Home
last modified time | relevance | path

Searched refs:dictptr (Results 1 – 2 of 2) sorted by relevance

/minix3/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma_decoder.c284 lzma_decode(lzma_coder *restrict coder, lzma_dict *restrict dictptr, in lzma_decode() argument
306 lzma_dict dict = *dictptr; in lzma_decode()
795 dictptr->pos = dict.pos; in lzma_decode()
796 dictptr->full = dict.full; in lzma_decode()
/minix3/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c1897 PyObject **dictptr = _PyObject_GetDictPtr(pyobj); in SWIG_Python_GetSwigThis() local
1898 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() local
2093 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() local
2151 if (dictptr != NULL) { in SWIG_Python_SetSwigThis()
2152 dict = *dictptr; in SWIG_Python_SetSwigThis()
[all …]