Home
last modified time | relevance | path

Searched refs:PyList_SetItem (Results 1 - 13 of 13) sorted by relevance

/third_party/python/Modules/
H A Dtermios.c109 PyList_SetItem(cc, i, v); in termios_tcgetattr_impl()
119 PyList_SetItem(cc, VMIN, v); in termios_tcgetattr_impl()
123 PyList_SetItem(cc, VTIME, v); in termios_tcgetattr_impl()
129 PyList_SetItem(v, 0, PyLong_FromLong((long)mode.c_iflag)); in termios_tcgetattr_impl()
130 PyList_SetItem(v, 1, PyLong_FromLong((long)mode.c_oflag)); in termios_tcgetattr_impl()
131 PyList_SetItem(v, 2, PyLong_FromLong((long)mode.c_cflag)); in termios_tcgetattr_impl()
132 PyList_SetItem(v, 3, PyLong_FromLong((long)mode.c_lflag)); in termios_tcgetattr_impl()
133 PyList_SetItem(v, 4, PyLong_FromLong((long)ispeed)); in termios_tcgetattr_impl()
134 PyList_SetItem(v, 5, PyLong_FromLong((long)ospeed)); in termios_tcgetattr_impl()
139 PyList_SetItem( in termios_tcgetattr_impl()
[all...]
H A Dxxmodule.c193 PyList_SetItem(list, 1, PyLong_FromLong(0L)); in xx_bug()
H A Dselectmodule.c205 if (PyList_SetItem(list, i, o) < 0) in set2list()
H A D_elementtree.c2711 if (PyList_SetItem(self->stack, self->index, this) < 0) in treebuilder_handle_start()
/third_party/python/Include/
H A Dlistobject.h7 WARNING: PyList_SetItem does not increment the new item's reference count,
32 PyAPI_FUNC(int) PyList_SetItem(PyObject *, Py_ssize_t, PyObject *);
/third_party/python/Modules/_ssl/
H A Dcert.c62 PyList_SetItem(result, i, ocert); in _PySSL_CertificateFromX509Stack()
/third_party/selinux/libselinux/src/
H A Daudit2why.c412 PyList_SetItem(outboollist, len++, bool_); in analyze()
/third_party/python/PC/
H A Dpython3dll.c322 EXPORT_FUNC(PyList_SetItem)
/third_party/python/Parser/
H A Dpegen.c285 // PyList_SetItem borrows a reference to value. in _PyPegen_get_memo_statistics()
286 if (PyList_SetItem(ret, i, value) < 0) { in _PyPegen_get_memo_statistics()
/third_party/python/Python/
H A Dpystate.c936 return PyList_SetItem(interp->modules_by_index, in _PyState_AddModule()
986 return PyList_SetItem(interp->modules_by_index, index, Py_None); in PyState_RemoveModule()
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc566 PyList_SetItem(range_list, i, PyTuple_Pack(2, start, end)); in GetExtensionRanges()
/third_party/python/Objects/
H A Dlistobject.c258 PyList_SetItem(PyObject *op, Py_ssize_t i, in PyList_SetItem() function
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c1278 PyList_SetItem(result, 0, o2); in SWIG_Python_AppendOutput()

Completed in 31 milliseconds