OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dict_next
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/support/
dict.c
156
*
dict_next
() successor function, verifying that the key of each node is
169
while (first && (next =
dict_next
(dict, first))) {
175
while (first && (next =
dict_next
(dict, first))) {
687
dnode_t *next =
dict_next
(dict, delete);
899
dnode_t *
dict_next
(dict_t *dict, dnode_t *curr)
function
1048
next =
dict_next
(dict, node);
1202
dnode_t *next =
dict_next
(dest, leftnode);
1213
dnode_t *next =
dict_next
(source, rightnode);
[
all
...]
/external/f2fs-tools/fsck/
dict.c
148
*
dict_next
() successor function, verifying that the key of each node is
161
while (first && (next =
dict_next
(dict, first))) {
167
while (first && (next =
dict_next
(dict, first))) {
662
dnode_t *next =
dict_next
(dict, delete);
870
dnode_t *
dict_next
(dict_t *dict, dnode_t *curr)
function
1018
next =
dict_next
(dict, node);
1172
dnode_t *next =
dict_next
(dest, leftnode);
1183
dnode_t *next =
dict_next
(source, rightnode);
[
all
...]
Completed in 48 milliseconds