Home
last modified time | relevance | path

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

/dports/multimedia/py-gstreamer1/gst-python-1.16.3/testsuite/
H A Dpython.supp434 # memleak in update_keyword_args
436 update_keyword_args
442 fun:update_keyword_args
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dceval.c116 static PyObject * update_keyword_args(PyObject *, int, PyObject ***,
4116 update_keyword_args(PyObject *orig_kwdict, int nk, PyObject ***pp_stack, in update_keyword_args() function
4203 kwdict = update_keyword_args(NULL, nk, pp_stack, func); in do_call()
4298 kwdict = update_keyword_args(kwdict, nk, pp_stack, func); in ext_do_call()
/dports/lang/python27/Python-2.7.18/Python/
H A Dceval.c118 static PyObject * update_keyword_args(PyObject *, int, PyObject ***,
4478 update_keyword_args(PyObject *orig_kwdict, int nk, PyObject ***pp_stack, in update_keyword_args() function
4565 kwdict = update_keyword_args(NULL, nk, pp_stack, func); in do_call()
4662 kwdict = update_keyword_args(kwdict, nk, pp_stack, func); in ext_do_call()
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dceval.c118 static PyObject * update_keyword_args(PyObject *, int, PyObject ***,
4478 update_keyword_args(PyObject *orig_kwdict, int nk, PyObject ***pp_stack, in update_keyword_args() function
4565 kwdict = update_keyword_args(NULL, nk, pp_stack, func); in do_call()
4662 kwdict = update_keyword_args(kwdict, nk, pp_stack, func); in ext_do_call()
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dceval.c96 static PyObject * update_keyword_args(PyObject *, int, PyObject ***,PyObject *);
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dceval.c96 static PyObject * update_keyword_args(PyObject *, int, PyObject ***,PyObject *);