Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma_decoder.c290 lzma_decode(void *coder_ptr, lzma_dict *restrict dictptr, in lzma_decode() argument
314 lzma_dict dict = *dictptr; in lzma_decode()
803 dictptr->pos = dict.pos; in lzma_decode()
804 dictptr->full = dict.full; in lzma_decode()
/netbsd-src/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 …]