Home
last modified time | relevance | path

Searched defs:kwstack (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
Dgetargs.c2032 find_keyword(PyObject *kwnames, PyObject *const *kwstack, PyObject *key) in find_keyword()
2074 PyObject *const *kwstack = NULL; in vgetargskeywordsfast_impl() local
2306 PyObject * const *kwstack = NULL; in _PyArg_UnpackKeywords() local
2482 PyObject * const *kwstack = NULL; in _PyArg_UnpackKeywordsWithVararg() local
/aosp_15_r20/external/python/cpython3/Objects/
Dcall.c998 PyObject **kwstack = stack + nargs; in _PyStack_UnpackDict() local