Searched refs:Py_VaBuildValue (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | modsupport.h | 21 #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/ |
D | modsupport.h | 21 #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/ |
D | modsupport.c | 502 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/ |
D | modsupport.c | 502 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/ |
D | abstract.c | 2579 args = Py_VaBuildValue(format, va); 2632 args = Py_VaBuildValue(format, va);
|
D | typeobject.c | 1233 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/ |
D | abstract.c | 2579 args = Py_VaBuildValue(format, va); 2630 args = Py_VaBuildValue(format, va);
|
D | typeobject.c | 1251 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/ |
D | cPickle.c | 400 if (format) args = Py_VaBuildValue(format, va); in cPickle_ErrFormat()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | cPickle.c | 398 if (format) args = Py_VaBuildValue(format, va); in cPickle_ErrFormat()
|