Home
last modified time | relevance | path

Searched defs:capsule (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Objects/
Dcapsule.c17 _is_legal_capsule(PyCapsule *capsule, const char *invalid_capsule) in _is_legal_capsule()
26 #define is_legal_capsule(capsule, name) \ argument
46 PyCapsule *capsule; in PyCapsule_New() local
70 PyCapsule *capsule = (PyCapsule *)o; in PyCapsule_IsValid() local
82 PyCapsule *capsule = (PyCapsule *)o; in PyCapsule_GetPointer() local
100 PyCapsule *capsule = (PyCapsule *)o; in PyCapsule_GetName() local
112 PyCapsule *capsule = (PyCapsule *)o; in PyCapsule_GetDestructor() local
124 PyCapsule *capsule = (PyCapsule *)o; in PyCapsule_GetContext() local
136 PyCapsule *capsule = (PyCapsule *)o; in PyCapsule_SetPointer() local
155 PyCapsule *capsule = (PyCapsule *)o; in PyCapsule_SetName() local
[all …]
/third_party/python/Modules/
Dunicodedata.c1313 unicodedata_destroy_capi(PyObject *capsule) in unicodedata_destroy_capi()
1330 PyObject *capsule = PyCapsule_New(capi, in unicodedata_create_capi() local
1512 PyObject *capsule = unicodedata_create_capi(); in unicodedata_exec() local
Dsocketmodule.c7043 sock_destroy_api(PyObject *capsule)
7150 PyObject *capsule = PyCapsule_New(capi, local
/third_party/python/Modules/cjkcodecs/
Dcjkcodecs.h309 PyObject *capsule = PyCapsule_New((void *)h, in register_maps() local
/third_party/python/Python/
Dcompile.c685 PyObject *capsule = PyCapsule_New(c->u, CAPSULE_NAME, NULL); in compiler_enter_scope() local
724 PyObject *capsule = PyList_GET_ITEM(c->c_stack, n); in compiler_exit_scope() local
756 PyObject *mangled, *capsule; in compiler_set_qualname() local