Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
D_ctypes.c1907 static PyMethodDef c_wchar_p_method = { "from_param", c_wchar_p_from_param, METH_O }; variable
1913 static PyMethodDef c_wchar_p_method = { "from_param", c_wchar_p_from_param, METH_VARARGS }; variable
2123 ml = &c_wchar_p_method; in PyCSimpleType_new()
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/
D_ctypes.c1937 static PyMethodDef c_wchar_p_method = { "from_param", c_wchar_p_from_param, METH_O }; variable
2151 ml = &c_wchar_p_method; in PyCSimpleType_new()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv541 Modules/_ctypes/_ctypes.c - c_wchar_p_method -