Home
last modified time | relevance | path

Searched refs:PyObject_CallFunctionObjArgs (Results 1 – 25 of 38) sorted by relevance

12

/third_party/markupsafe/
D_speedups.c203 return PyObject_CallFunctionObjArgs(markup, text, NULL); in escape()
214 rv = PyObject_CallFunctionObjArgs(markup, (PyObject*)s, NULL); in escape()
232 rv = PyObject_CallFunctionObjArgs(markup, (PyObject*)s, NULL); in escape()
243 return PyObject_CallFunctionObjArgs(markup, NULL); in escape_silent()
/third_party/node/tools/inspector_protocol/markupsafe/
D_speedups.c129 return PyObject_CallFunctionObjArgs(markup, text, NULL); in escape()
156 rv = PyObject_CallFunctionObjArgs(markup, (PyObject*)s, NULL); in escape()
167 return PyObject_CallFunctionObjArgs(markup, NULL); in escape_silent()
/third_party/skia/third_party/externals/markupsafe/
D_speedups.c129 return PyObject_CallFunctionObjArgs(markup, text, NULL); in escape()
156 rv = PyObject_CallFunctionObjArgs(markup, (PyObject*)s, NULL); in escape()
167 return PyObject_CallFunctionObjArgs(markup, NULL); in escape_silent()
/third_party/python/Modules/_xxtestfuzz/
Dfuzzer.c121 PyObject* unpacked = PyObject_CallFunctionObjArgs( in fuzz_struct_unpack()
248 PyObject* compiled = PyObject_CallFunctionObjArgs( in fuzz_sre_compile()
/third_party/python/Doc/c-api/
Dcall.rst209 | :c:func:`PyObject_CallFunctionObjArgs` | ``PyObject *`` | variadic | --- |
287 :c:func:`PyObject_CallFunctionObjArgs` is a faster alternative.
314 .. c:function:: PyObject* PyObject_CallFunctionObjArgs(PyObject *callable, ...)
/third_party/python/Modules/
D_testbuffer.c315 structobj = PyObject_CallFunctionObjArgs(Struct, format, NULL); in pack_from_list()
409 structobj = PyObject_CallFunctionObjArgs(Struct, format, NULL); in pack_single()
623 x = PyObject_CallFunctionObjArgs(unpack_from, mview, NULL); in unpack_rec()
699 structobj = PyObject_CallFunctionObjArgs(Struct, format, NULL); in ndarray_as_list()
791 tmp = PyObject_CallFunctionObjArgs(calcsize, format, NULL); in get_itemsize()
D_elementtree.c2692 node = PyObject_CallFunctionObjArgs(self->element_factory, in treebuilder_handle_start()
2697 node = PyObject_CallFunctionObjArgs(self->element_factory, in treebuilder_handle_start()
3313 res = PyObject_CallFunctionObjArgs(self->handle_start, in expat_start_handler()
3537 res = PyObject_CallFunctionObjArgs(self->handle_doctype, in expat_start_doctype_handler()
D_asynciomodule.c2268 return PyObject_CallFunctionObjArgs( in _asyncio_Task_get_stack_impl()
2293 return PyObject_CallFunctionObjArgs( in _asyncio_Task_print_stack_impl()
D_collectionsmodule.c2021 return PyObject_CallFunctionObjArgs((PyObject*)Py_TYPE(dd), in new_defdict()
2392 oldval = PyObject_CallFunctionObjArgs(bound_get, key, zero, NULL); in _collections__count_elements_impl()
D_xxsubinterpretersmodule.c1671 PyObject *chan = PyObject_CallFunctionObjArgs(cls, cid, NULL); in _channel_from_cid()
D_zoneinfo.c183 file_path = PyObject_CallFunctionObjArgs(_tzpath_find_tzfile, key, NULL); in zoneinfo_new_instance()
/third_party/python/Include/
Dabstract.h215 PyAPI_FUNC(PyObject *) PyObject_CallFunctionObjArgs(PyObject *callable,
/third_party/python/Modules/_ctypes/
Dcallbacks.c512 result = PyObject_CallFunctionObjArgs(func, in Call_GetClassObject()
/third_party/python/Objects/
Ddescrobject.c1637 res = PyObject_CallFunctionObjArgs(func, obj, value, NULL); in property_descr_set()
1674 new = PyObject_CallFunctionObjArgs(type, get, set, del, doc, NULL); in property_copy()
Dcall.c834 PyObject_CallFunctionObjArgs(PyObject *callable, ...) in PyObject_CallFunctionObjArgs() function
Dgenobject.c467 ret = PyObject_CallFunctionObjArgs(meth, typ, val, tb, NULL); in _gen_throw()
Dtypeobject.c7686 return PyObject_CallFunctionObjArgs(get, self, obj, type, NULL); in slot_tp_descr_get()
8472 PyObject *res = PyObject_CallFunctionObjArgs(set_name, type, key, NULL); in type_new_set_names()
8838 return PyObject_CallFunctionObjArgs((PyObject *)Py_TYPE(su), in super_descr_get()
/third_party/python/Modules/_io/
Dstringio.c717 self->decoder = PyObject_CallFunctionObjArgs( in _io_StringIO___init___impl()
/third_party/python/Doc/data/
Dstable_abi.dat472 function,PyObject_CallFunctionObjArgs,3.2,
Drefcounts.dat1602 PyObject_CallFunctionObjArgs:PyObject*::+1:
1603 PyObject_CallFunctionObjArgs:PyObject*:callable:0:
1604 PyObject_CallFunctionObjArgs::...::
/third_party/python/PC/
Dpython3dll.c428 EXPORT_FUNC(PyObject_CallFunctionObjArgs)
/third_party/python/Python/
D_warnings.c589 msg = PyObject_CallFunctionObjArgs(warnmsg_cls, message, category, in call_show_warning()
/third_party/python/Modules/_sqlite/
Dconnection.c1543 retval = PyObject_CallFunctionObjArgs(callback, string1, string2, NULL); in pysqlite_collation_callback()
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc625 ScopedPyObjectPtr list(PyObject_CallFunctionObjArgs( in SeqSubscript()
/third_party/python/Misc/
Dstable_abi.txt1041 function PyObject_CallFunctionObjArgs

12