Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/
D_ctypes.c1825 static PyMethodDef c_void_p_method = { "from_param", c_void_p_from_param, METH_O }; variable
1831 static PyMethodDef c_void_p_method = { "from_param", c_void_p_from_param, METH_VARARGS }; variable
2047 ml = &c_void_p_method; in PyCSimpleType_new()