Home
last modified time | relevance | path

Searched refs:PySequence_Size (Results 1 – 25 of 30) sorted by relevance

12

/third_party/python/Modules/
D_bisectmodule.c31 hi = PySequence_Size(list); in internal_bisect_right()
156 hi = PySequence_Size(list); in internal_bisect_left()
D_posixsubprocess.c847 num_groups = PySequence_Size(groups_list); in subprocess_fork_exec()
Dposixmodule.c5744 argc = PySequence_Size(argv); in os_execv_impl()
5811 argc = PySequence_Size(argv); in os_execve_impl()
6160 argc = PySequence_Size(argv); in py_posix_spawn()
8162 len = PySequence_Size(groups); in os_setgroups()
9568 cnt = PySequence_Size(buffers); in os_readv_impl()
9685 cnt = PySequence_Size(buffers); in os_preadv_impl()
9839 Py_ssize_t i = PySequence_Size(headers); in os_sendfile_impl()
9873 Py_ssize_t i = PySequence_Size(trailers); in os_sendfile_impl()
10222 cnt = PySequence_Size(buffers); in os_writev_impl()
10327 cnt = PySequence_Size(buffers); in os_pwritev_impl()
D_tkinter.c3188 context.maxsize = PySequence_Size(item); in _tkinter__flatten()
/third_party/python/Objects/
Denumobject.c315 n = PySequence_Size(seq); in reversed_new_impl()
390 seqsize = PySequence_Size(ro->seq); in reversed_len()
415 Py_ssize_t n = PySequence_Size(ro->seq); in reversed_setstate()
Diterobject.c88 seqsize = PySequence_Size(it->it_seq); in iter_len()
Dabstract.c1730 PySequence_Size(PyObject *s) in PySequence_Size() function
1756 return PySequence_Size(s); in PySequence_Length()
1758 #define PySequence_Length PySequence_Size
2928 argc = PySequence_Size(self); in _PySequence_BytesToCharpArray()
/third_party/python/Include/
Dabstract.h646 PyAPI_FUNC(Py_ssize_t) PySequence_Size(PyObject *o);
651 #define PySequence_Length PySequence_Size
/third_party/python/Doc/c-api/
Dsequence.rst18 .. c:function:: Py_ssize_t PySequence_Size(PyObject *o)
150 gotten by calling :c:func:`PySequence_Size` on *o*, but
Dtypeobj.rst2242 This function is used by :c:func:`PySequence_Size` and
/third_party/python/Modules/_sqlite/
Dstatement.c249 num_params = PySequence_Size(parameters); in pysqlite_statement_bind_parameters()
/third_party/boost/tools/build/src/engine/
Dlists.cpp462 Py_ssize_t n = PySequence_Size( l ); in list_from_python()
Dbuiltins.cpp2039 int s = PySequence_Size( a ); in jam_list_from_sequence()
Dfunction.cpp5082 s = PySequence_Size( bjam_signature ); in arg_list_compile_python()
5092 inner = PySequence_Size( v ); in arg_list_compile_python()
/third_party/python/Modules/_ctypes/
Dcallbacks.c360 nArgs = PySequence_Size(converters); in _ctypes_alloc_callback()
Dstgdict.c413 len = PySequence_Size(fields); in PyCStructUnionType_update_stgdict()
/third_party/python/Doc/data/
Dstable_abi.dat546 function,PySequence_Size,3.2,
Drefcounts.dat2005 PySequence_Size:Py_ssize_t:::
2006 PySequence_Size:PyObject*:o:0:
/third_party/python/PC/
Dpython3dll.c509 EXPORT_FUNC(PySequence_Size)
/third_party/python/Misc/NEWS.d/
D3.6.2rc1.rst525 errors caused by not checking results of PyObject_Size(), PySequence_Size(),
D3.5.4rc1.rst591 errors caused by not checking results of PyObject_Size(), PySequence_Size(),
/third_party/python/Misc/
Dstable_abi.txt1173 function PySequence_Size
/third_party/python/Python/
Dgetargs.c538 len = PySequence_Size(arg); in converttuple()
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c871 # ifndef PySequence_Size
872 # define PySequence_Size PySequence_Length macro
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c875 # ifndef PySequence_Size
876 # define PySequence_Size PySequence_Length macro

12