Home
last modified time | relevance | path

Searched refs:Py_VaBuildValue (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dmodsupport.h21 #define Py_VaBuildValue _Py_VaBuildValue_SizeT macro
38 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dmodsupport.h21 #define Py_VaBuildValue _Py_VaBuildValue_SizeT macro
38 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dmodsupport.c502 Py_VaBuildValue(const char *format, va_list va) in Py_VaBuildValue() function
551 args = Py_VaBuildValue(format, vargs); in PyEval_CallFunction()
578 args = Py_VaBuildValue(format, vargs); in PyEval_CallMethod()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmodsupport.c502 Py_VaBuildValue(const char *format, va_list va) in Py_VaBuildValue() function
551 args = Py_VaBuildValue(format, vargs); in PyEval_CallFunction()
578 args = Py_VaBuildValue(format, vargs); in PyEval_CallMethod()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dabstract.c2579 args = Py_VaBuildValue(format, va);
2632 args = Py_VaBuildValue(format, va);
Dtypeobject.c1233 args = Py_VaBuildValue(format, va); in call_method()
1271 args = Py_VaBuildValue(format, va); in call_maybe()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dabstract.c2579 args = Py_VaBuildValue(format, va);
2630 args = Py_VaBuildValue(format, va);
Dtypeobject.c1251 args = Py_VaBuildValue(format, va); in call_method()
1289 args = Py_VaBuildValue(format, va); in call_maybe()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c400 if (format) args = Py_VaBuildValue(format, va); in cPickle_ErrFormat()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c398 if (format) args = Py_VaBuildValue(format, va); in cPickle_ErrFormat()