Searched refs:cobject (Results 1 – 14 of 14) sorted by relevance
31 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()
352 _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 …]
361 $(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 …]
36 __PyCapsule_SetField(capsule, cobject, pointer)116 PyCObject *cobject = (PyCObject *)object; in PyCapsule_Import() local117 return_value = cobject->cobject; in PyCapsule_Import()
80 void *cobject; member
104 cobject.rst
85 "python_include/cobject.h",164 …include/classobject.h" && cp -f "/usr/include/python2.7/cobject.h" "$(@D)/python_include/cobject.h…
226 ; From python27_s.lib(cobject)
163 @.^.Objects.o.cobject\
280 SOURCE=..\..\Objects\cobject.c
169 "Objects/cobject.c",
356 Objects/cobject.o \769 Include/cobject.h \
14908 - New object type "cobject" to safely wrap void pointers for passing them
32287 - New object type "cobject" to safely wrap void pointers for passing them