OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dict_count
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/e2fsck/
dict.h
109
extern dictcount_t
dict_count
(dict_t *);
133
#define
dict_count
(D) ((D)->dict_nodecount)
macro
dict.c
283
assert (
dict_count
(dict) == 0);
415
if (verify_node_count(nil, root) !=
dict_count
(dict))
945
#undef
dict_count
macro
952
dictcount_t
dict_count
(dict_t *dict)
function
[
all
...]
Completed in 24 milliseconds