Searched defs:argcount (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/pan/ |
D | splitstr.c | 61 const char **splitstr(const char *str, const char *separator, int *argcount) in splitstr()
|
/third_party/python/Objects/ |
D | codeobject.c | 117 PyCode_NewWithPosOnlyArgs(int argcount, int posonlyargcount, int kwonlyargcount, in PyCode_NewWithPosOnlyArgs() 267 PyCode_New(int argcount, int kwonlyargcount, in PyCode_New() 447 int argcount; in code_new() local
|
D | call.c | 471 Py_ssize_t argcount = PyTuple_GET_SIZE(args); in _PyObject_Call_Prepend() local
|
/third_party/python/Modules/_ctypes/ |
D | callproc.c | 808 int argcount, in _call_function_pointer() 1153 Py_ssize_t i, n, argcount, argtype_count; in _ctypes_callproc() local
|
/third_party/python/Python/ |
D | ceval.c | 4076 PyObject *const *args, Py_ssize_t argcount, in _PyEval_EvalCode() 4351 PyObject *const *args, Py_ssize_t argcount, in _PyEval_EvalCodeWithName() 4370 PyObject *const *args, int argcount, in PyEval_EvalCodeEx()
|
D | marshal.c | 1300 int argcount; in r_object() local
|