OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:list_iter
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/dist/tools/ctf/common/
list.c
123
list_iter
(list_t *list, int (*func)(void *, void *), void *private)
function
150
return (
list_iter
(list, list_count_cb, NULL));
/src/external/gpl3/gdb/dist/gdb/python/
py-xmethods.c
216
gdbpy_ref<>
list_iter
(PyObject_GetIter (py_xmethod_matcher_list.get ()));
217
if (
list_iter
== NULL)
224
gdbpy_ref<> matcher (PyIter_Next (
list_iter
.get ()));
299
gdbpy_ref<>
list_iter
;
variable
329
list_iter
.reset (PyObject_GetIter (py_argtype_list.get ()));
330
if (
list_iter
== NULL)
342
if (
list_iter
!= NULL)
346
gdbpy_ref<> item (PyIter_Next (
list_iter
.get ()));
/src/external/gpl3/gdb.old/dist/gdb/python/
py-xmethods.c
216
gdbpy_ref<>
list_iter
(PyObject_GetIter (py_xmethod_matcher_list.get ()));
217
if (
list_iter
== NULL)
224
gdbpy_ref<> matcher (PyIter_Next (
list_iter
.get ()));
299
gdbpy_ref<>
list_iter
;
variable
329
list_iter
.reset (PyObject_GetIter (py_argtype_list.get ()));
330
if (
list_iter
== NULL)
342
if (
list_iter
!= NULL)
346
gdbpy_ref<> item (PyIter_Next (
list_iter
.get ()));
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026