Home
last modified time | relevance | path

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

1234

/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dmodsupport.h21 #define Py_VaBuildValue _Py_VaBuildValue_SizeT macro
38 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/dports/lang/python27/Python-2.7.18/Include/
H A Dmodsupport.h21 #define Py_VaBuildValue _Py_VaBuildValue_SizeT macro
38 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dmodsupport.h21 #define Py_VaBuildValue _Py_VaBuildValue_SizeT macro
38 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dmodsupport.h21 #define Py_VaBuildValue _Py_VaBuildValue_SizeT macro
45 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dmodsupport.h21 #define Py_VaBuildValue _Py_VaBuildValue_SizeT macro
47 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/dports/lang/python37/Python-3.7.12/Include/
H A Dmodsupport.h21 #define Py_VaBuildValue _Py_VaBuildValue_SizeT macro
71 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dmodsupport.h21 #define Py_VaBuildValue _Py_VaBuildValue_SizeT macro
71 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dmodsupport.h21 #define Py_VaBuildValue _Py_VaBuildValue_SizeT macro
78 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dmodsupport.h21 #define Py_VaBuildValue _Py_VaBuildValue_SizeT macro
78 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/dports/lang/python38/Python-3.8.12/Include/
H A Dmodsupport.h21 #define Py_VaBuildValue _Py_VaBuildValue_SizeT macro
78 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dmodsupport.h21 #define Py_VaBuildValue _Py_VaBuildValue_SizeT macro
78 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/dports/lang/python39/Python-3.9.9/Include/
H A Dmodsupport.h21 #define Py_VaBuildValue _Py_VaBuildValue_SizeT macro
81 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dmodsupport.h21 #define Py_VaBuildValue _Py_VaBuildValue_SizeT macro
78 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dmodsupport.h21 #define Py_VaBuildValue _Py_VaBuildValue_SizeT macro
81 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dmodsupport.h21 #define Py_VaBuildValue _Py_VaBuildValue_SizeT macro
78 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/dports/lang/python310/Python-3.10.1/Include/
H A Dmodsupport.h21 #define Py_VaBuildValue _Py_VaBuildValue_SizeT macro
81 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/dports/lang/python311/Python-3.11.0a3/Include/
H A Dmodsupport.h21 #define Py_VaBuildValue _Py_VaBuildValue_SizeT macro
82 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dmodsupport.h21 #define Py_VaBuildValue _Py_VaBuildValue_SizeT macro
81 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/dports/net/sems/sems-f89581a/apps/py_sems/
H A DPySemsUtils.cpp57 args = Py_VaBuildValue(format, va); in PyObject_VaCallMethod()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A 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()
/dports/databases/py-apsw/apsw-3.35.4-r1/src/
H A Dtraceback.c59 localargs = localsformat ? (Py_VaBuildValue((char *)localsformat, localargsva)) : PyDict_New(); in AddTraceBackHere()
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dmodsupport.c528 Py_VaBuildValue(const char *format, va_list va) in Py_VaBuildValue() function
577 args = Py_VaBuildValue(format, vargs); in PyEval_CallFunction()
604 args = Py_VaBuildValue(format, vargs); in PyEval_CallMethod()
/dports/lang/python27/Python-2.7.18/Python/
H A Dmodsupport.c528 Py_VaBuildValue(const char *format, va_list va) in Py_VaBuildValue() function
577 args = Py_VaBuildValue(format, vargs); in PyEval_CallFunction()
604 args = Py_VaBuildValue(format, vargs); in PyEval_CallMethod()
/dports/devel/libpeas/libpeas-1.26.0/loaders/python/
H A Dpeas-python-internal.c207 args = Py_VaBuildValue (format == NULL ? "()" : format, var_args); in peas_python_internal_call()
/dports/devel/py-libpeas/libpeas-1.26.0/loaders/python/
H A Dpeas-python-internal.c207 args = Py_VaBuildValue (format == NULL ? "()" : format, var_args); in peas_python_internal_call()

1234