Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/
D_ctypes.c1905 static PyMethodDef c_void_p_method = { "from_param", c_void_p_from_param, METH_O }; variable
1911 static PyMethodDef c_void_p_method = { "from_param", c_void_p_from_param, METH_VARARGS }; variable
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c1837 static PyMethodDef c_void_p_method = { "from_param", c_void_p_from_param, METH_O }; variable