Searched refs:Py_VaBuildValue (Results 1 – 10 of 10) sorted by relevance
20 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
497 Py_VaBuildValue(const char *format, va_list va) in Py_VaBuildValue() function
225 eventArgs = Py_VaBuildValue(argFormat, vargs); in sys_audit_tstate()
90 EXPORT_FUNC(Py_VaBuildValue)
882 func,Py_VaBuildValue,3.2,,
2899 Py_VaBuildValue:PyObject*::+1:2900 Py_VaBuildValue:const char*:format::2901 Py_VaBuildValue:va_list:vargs::
1029 …<elf-symbol name='Py_VaBuildValue' type='func-type' binding='global-binding' visibility='default-v…27497 …Py_VaBuildValue' mangled-name='Py_VaBuildValue' filepath='Python/modsupport.c' line='497' column='…
691 .. c:function:: PyObject* Py_VaBuildValue(const char *format, va_list vargs)
1677 [function.Py_VaBuildValue]
1223 PyObject *args = Py_VaBuildValue(format, va); in call_subclass_fold()