Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c2741 SWIG_Python_DestroyModule(PyObject *obj) in SWIG_Python_DestroyModule() function
2743 SWIG_Python_DestroyModule(void *vptr) in SWIG_Python_DestroyModule()
2774 …ect *pointer = PyCapsule_New((void *) swig_module, SWIGPY_CAPSULE_NAME, SWIG_Python_DestroyModule); in SWIG_Python_SetModule()
2781 PyObject *pointer = PyCObject_FromVoidPtr((void *) swig_module, SWIG_Python_DestroyModule); in SWIG_Python_SetModule()