Home
last modified time | relevance | path

Searched refs:PyCapsule_IsValid (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Objects/
H A Dcapsule.c68 PyCapsule_IsValid(PyObject *o, const char *name) in PyCapsule_IsValid() function
234 if (PyCapsule_IsValid(object, name)) { in PyCapsule_Import()
/third_party/python/Include/
H A Dpycapsule.h41 PyAPI_FUNC(int) PyCapsule_IsValid(PyObject *capsule, const char *name);
/third_party/python/Modules/cjkcodecs/
H A Dcjkcodecs.h374 else if (!PyCapsule_IsValid(o, PyMultibyteCodec_CAPSULE_NAME)) { in importmap()
H A Dmultibytecodec.c1967 if (!PyCapsule_IsValid(arg, PyMultibyteCodec_CAPSULE_NAME)) { in _multibytecodec___create_codec()
/third_party/python/PC/
H A Dpython3dll.c131 EXPORT_FUNC(PyCapsule_IsValid)
/third_party/python/Modules/_ctypes/
H A Dcallproc.c160 if (!PyCapsule_IsValid(errobj, CTYPES_CAPSULE_NAME_PYMEM)) { in _ctypes_get_errobj()
/third_party/python/Modules/
H A Dposixmodule.c14761 if (!PyCapsule_IsValid(cookie, "DLL directory cookie")) { in os__remove_dll_directory_impl()

Completed in 23 milliseconds