Searched defs:POINTER (Results 1 – 5 of 5) sorted by relevance
6 typedef const void* POINTER; typedef
6 typedef const char* POINTER; typedef
118 enum Type { INT, DOUBLE, C_STR, LC_STR, OBJ, HANDLE, POINTER }; enumerator
1890 POINTER(PyObject *self, PyObject *cls) in POINTER() function