Searched refs:SwigPtrType (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/libs/pdflib/bind/pdflib/perl/
H A Dpdflib_pl.c110 typedef struct SwigPtrType { struct
114 struct SwigPtrType *next;
115 } SwigPtrType; typedef in typeref:struct:SwigPtrType
120 SwigPtrType *tp; /* Pointer to type structure */
128 static SwigPtrType *SwigPtrTable = 0; /* Table containing pointer equivalences */
140 SwigPtrType *d1 = (SwigPtrType *) data1;
141 SwigPtrType *d2 = (SwigPtrType *) data2;
148 SwigPtrType *
[all...]
/haiku-fatelf/src/libs/pdflib/bind/pdflib/python/
H A Dpdflib_py.c240 typedef struct SwigPtrType { struct
244 struct SwigPtrType *next; /* Linked list pointer */
245 } SwigPtrType; typedef in typeref:struct:SwigPtrType
251 SwigPtrType *tp; /* Pointer to type structure */
265 static SwigPtrType *SwigPtrTable = 0; /* Table containing pointer equivalences */
277 SwigPtrType *d1 = (SwigPtrType *) data1;
278 SwigPtrType *d2 = (SwigPtrType *) data2;
285 SwigPtrType *
[all...]
/haiku-fatelf/src/libs/pdflib/bind/pdflib/tcl/
H A Dpdflib_tcl.c68 typedef struct SwigPtrType { struct
72 struct SwigPtrType *next; /* Linked list pointer */
73 } SwigPtrType; typedef in typeref:struct:SwigPtrType
79 SwigPtrType *tp; /* Pointer to type structure */
93 static SwigPtrType *SwigPtrTable = 0; /* Table containing pointer equivalences */
105 SwigPtrType *d1 = (SwigPtrType *) data1;
106 SwigPtrType *d2 = (SwigPtrType *) data2;
113 SwigPtrType *
[all...]

Completed in 100 milliseconds