/third_party/markupsafe/ |
D | _speedups.c | 203 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.c | 129 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.c | 129 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/ |
D | fuzzer.c | 121 PyObject* unpacked = PyObject_CallFunctionObjArgs( in fuzz_struct_unpack() 248 PyObject* compiled = PyObject_CallFunctionObjArgs( in fuzz_sre_compile()
|
/third_party/python/Doc/c-api/ |
D | call.rst | 209 | :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.c | 315 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.c | 2692 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.c | 2268 return PyObject_CallFunctionObjArgs( in _asyncio_Task_get_stack_impl() 2293 return PyObject_CallFunctionObjArgs( in _asyncio_Task_print_stack_impl()
|
D | _collectionsmodule.c | 2021 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.c | 1671 PyObject *chan = PyObject_CallFunctionObjArgs(cls, cid, NULL); in _channel_from_cid()
|
D | _zoneinfo.c | 183 file_path = PyObject_CallFunctionObjArgs(_tzpath_find_tzfile, key, NULL); in zoneinfo_new_instance()
|
/third_party/python/Include/ |
D | abstract.h | 215 PyAPI_FUNC(PyObject *) PyObject_CallFunctionObjArgs(PyObject *callable,
|
/third_party/python/Modules/_ctypes/ |
D | callbacks.c | 512 result = PyObject_CallFunctionObjArgs(func, in Call_GetClassObject()
|
/third_party/python/Objects/ |
D | descrobject.c | 1637 res = PyObject_CallFunctionObjArgs(func, obj, value, NULL); in property_descr_set() 1674 new = PyObject_CallFunctionObjArgs(type, get, set, del, doc, NULL); in property_copy()
|
D | call.c | 834 PyObject_CallFunctionObjArgs(PyObject *callable, ...) in PyObject_CallFunctionObjArgs() function
|
D | genobject.c | 467 ret = PyObject_CallFunctionObjArgs(meth, typ, val, tb, NULL); in _gen_throw()
|
D | typeobject.c | 7686 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/ |
D | stringio.c | 717 self->decoder = PyObject_CallFunctionObjArgs( in _io_StringIO___init___impl()
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 472 function,PyObject_CallFunctionObjArgs,3.2,
|
D | refcounts.dat | 1602 PyObject_CallFunctionObjArgs:PyObject*::+1: 1603 PyObject_CallFunctionObjArgs:PyObject*:callable:0: 1604 PyObject_CallFunctionObjArgs::...::
|
/third_party/python/PC/ |
D | python3dll.c | 428 EXPORT_FUNC(PyObject_CallFunctionObjArgs)
|
/third_party/python/Python/ |
D | _warnings.c | 589 msg = PyObject_CallFunctionObjArgs(warnmsg_cls, message, category, in call_show_warning()
|
/third_party/python/Modules/_sqlite/ |
D | connection.c | 1543 retval = PyObject_CallFunctionObjArgs(callback, string1, string2, NULL); in pysqlite_collation_callback()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | descriptor_containers.cc | 625 ScopedPyObjectPtr list(PyObject_CallFunctionObjArgs( in SeqSubscript()
|
/third_party/python/Misc/ |
D | stable_abi.txt | 1041 function PyObject_CallFunctionObjArgs
|