HomeSort by relevance Sort by last modified time
    Searched refs:capsule (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pycapsule.h 2 /* Capsule objects let you wrap a C "void *" pointer in a Python
11 For more information, please see "c-api/capsule.html" in the
33 PyAPI_FUNC(void *) PyCapsule_GetPointer(PyObject *capsule, const char *name);
35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule); variable
37 PyAPI_FUNC(const char *) PyCapsule_GetName(PyObject *capsule); variable
39 PyAPI_FUNC(void *) PyCapsule_GetContext(PyObject *capsule); variable
41 PyAPI_FUNC(int) PyCapsule_IsValid(PyObject *capsule, const char *name);
43 PyAPI_FUNC(int) PyCapsule_SetPointer(PyObject *capsule, void *pointer);
45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
47 PyAPI_FUNC(int) PyCapsule_SetName(PyObject *capsule, const char *name)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pycapsule.h 2 /* Capsule objects let you wrap a C "void *" pointer in a Python
11 For more information, please see "c-api/capsule.html" in the
33 PyAPI_FUNC(void *) PyCapsule_GetPointer(PyObject *capsule, const char *name);
35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule); variable
37 PyAPI_FUNC(const char *) PyCapsule_GetName(PyObject *capsule); variable
39 PyAPI_FUNC(void *) PyCapsule_GetContext(PyObject *capsule); variable
41 PyAPI_FUNC(int) PyCapsule_IsValid(PyObject *capsule, const char *name);
43 PyAPI_FUNC(int) PyCapsule_SetPointer(PyObject *capsule, void *pointer);
45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
47 PyAPI_FUNC(int) PyCapsule_SetName(PyObject *capsule, const char *name)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 371 Objects/capsule.o \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 372 Objects/capsule.o \
    [all...]

Completed in 167 milliseconds