Searched refs:c_void_p_from_param (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 1766 c_void_p_from_param(PyObject *type, PyObject *value) in c_void_p_from_param() function 1894 value = c_void_p_from_param(type, as_parameter); in c_void_p_from_param() 1905 static PyMethodDef c_void_p_method = { "from_param", c_void_p_from_param, METH_O }; 1911 static PyMethodDef c_void_p_method = { "from_param", c_void_p_from_param, METH_VARARGS };
|
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes.c | 1797 c_void_p_from_param(PyObject *type, PyObject *value) in c_void_p_from_param() function 1925 value = c_void_p_from_param(type, as_parameter); in c_void_p_from_param() 1935 static PyMethodDef c_void_p_method = { "from_param", c_void_p_from_param, METH_O };
|
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/ |
D | globals-to-fix.tsv | 994 Modules/_ctypes/_ctypes.c c_void_p_from_param PyId__as_parameter_ -
|