OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:list_iter
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/cddl/osnet/dist/tools/ctf/common/
list.h
48
int
list_iter
(list_t *, int (*)(void *, void *), void *);
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.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 ()));
/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/cddl/osnet/dist/tools/ctf/cvt/
hash.c
154
return (
list_iter
(hash->h_buckets[bucket], fun, private) < 0);
185
return (
list_iter
(hash->h_buckets[bucket], hash_find_list_cb,
228
if ((cbrc =
list_iter
(hash->h_buckets[i], fun,
tdata.c
312
(void)
list_iter
(td->td_labels, tdata_label_top_cb, &top);
362
(void)
list_iter
(td->td_labels, tdata_label_newmax_cb, &newmax);
merge.c
1062
iirc =
list_iter
(*mcd->md_iitba, add_iitba_cb, mcd);
1068
tdrc =
list_iter
(*mcd->md_tdtbr, add_tdtbr_cb, mcd);
ctf.c
716
(void)
list_iter
(iiburst->iib_td->td_labels, write_label,
731
(void)
list_iter
(iiburst->iib_types, write_type, buf);
st_parse.c
1212
(void)
list_iter
(typedbitfldmems,
Completed in 24 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026