Searched refs:c_char_p_method (Results 1 – 3 of 3) sorted by relevance
1906 static PyMethodDef c_char_p_method = { "from_param", c_char_p_from_param, METH_O }; variable1912 static PyMethodDef c_char_p_method = { "from_param", c_char_p_from_param, METH_VARARGS }; variable2119 ml = &c_char_p_method; in PyCSimpleType_new()
1936 static PyMethodDef c_char_p_method = { "from_param", c_char_p_from_param, METH_O }; variable2147 ml = &c_char_p_method; in PyCSimpleType_new()
539 Modules/_ctypes/_ctypes.c - c_char_p_method -