Home
last modified time | relevance | path

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

/third_party/python/Modules/_ctypes/
Dcallproc.c805 int argtypecount) in _call_function_pointer() argument
842 bool is_variadic = (argtypecount != 0 && argcount > argtypecount); in _call_function_pointer()
860 argtypecount, in _call_function_pointer()