Home
last modified time | relevance | path

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

/third_party/python/Python/
Dgetargs.c2051 find_keyword(PyObject *kwnames, PyObject *const *kwstack, PyObject *key) in find_keyword()
2093 PyObject *const *kwstack = NULL; in vgetargskeywordsfast_impl() local
2356 PyObject * const *kwstack = NULL; in _PyArg_UnpackKeywords() local
/third_party/python/Objects/
Dcall.c1299 PyObject **stack, **kwstack; in _PyStack_UnpackDict() local