Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dcobject.c31 self->cobject=cobj; in PyCObject_FromVoidPtr()
57 self->cobject = cobj; in PyCObject_FromVoidPtrAndDesc()
73 return ((PyCObject *)self)->cobject; in PyCObject_AsVoidPtr()
124 cself->cobject = cobj; in PyCObject_SetVoidPtr()
133 ((destructor2)(self->destructor))(self->cobject, self->desc); in PyCObject_dealloc()
135 (self->destructor)(self->cobject); in PyCObject_dealloc()
/external/python/cpython2/PC/os2vacpp/
Dmakefile.omk352 _tkinter.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
360 almodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
368 arraymodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
376 audioop.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
384 binascii.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
392 bsddbmodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
400 cdmodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
408 cgensupport.obj: abstract.h ceval.h cgensupport.h classobject.h cobject.h \
416 clmodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
424 cmathmodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
[all …]
Dmakefile361 $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h pyconfig.h \
374 $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h pyconfig.h \
387 $(PY_INCLUDE)\classobject.h $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h \
401 $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h pyconfig.h \
415 $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h pyconfig.h \
428 $(PY_INCLUDE)\classobject.h $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h \
442 $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h pyconfig.h \
455 $(PY_MODULES)\cgensupport.h $(PY_INCLUDE)\classobject.h $(PY_INCLUDE)\cobject.h \
469 $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h pyconfig.h \
482 $(PY_INCLUDE)\classobject.h $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h \
[all …]
/external/python/cpython3/Doc/includes/
Dcapsulethunk.h36 __PyCapsule_SetField(capsule, cobject, pointer)
116 PyCObject *cobject = (PyCObject *)object; in PyCapsule_Import() local
117 return_value = cobject->cobject; in PyCapsule_Import()
/external/python/cpython2/Doc/includes/
Dcapsulethunk.h36 __PyCapsule_SetField(capsule, cobject, pointer)
116 PyCObject *cobject = (PyCObject *)object; in PyCapsule_Import() local
117 return_value = cobject->cobject; in PyCapsule_Import()
/external/python/cpython2/Include/
Dcobject.h80 void *cobject; member
/external/python/cpython2/Doc/c-api/
Dconcrete.rst104 cobject.rst
/external/python/cpython2/PC/os2emx/
Dpython27.def226 ; From python27_s.lib(cobject)
/external/python/cpython2/RISCOS/
DMakefile163 @.^.Objects.o.cobject\
/external/python/cpython2/
DAndroid.bp122 "Objects/cobject.c",
DMakefile.pre.in356 Objects/cobject.o \
769 Include/cobject.h \
/external/python/cpython2/PC/VC6/
Dpythoncore.dsp280 SOURCE=..\..\Objects\cobject.c
/external/python/cpython2/Misc/
DHISTORY14908 - New object type "cobject" to safely wrap void pointers for passing them
/external/python/cpython3/Misc/
DHISTORY32287 - New object type "cobject" to safely wrap void pointers for passing them