mowgli_dictionary_add ( mowgli_dictionary_t* dtree, char const* key, void* data )Return value (pointer) has base type 'struct mowgli_dictionary_elem_'.
mowgli_dictionary_find ( mowgli_dictionary_t* dtree, char const* key )Return value (pointer) has base type 'struct mowgli_dictionary_elem_'.
mowgli_dictionary_foreach_cur ( mowgli_dictionary_t* dtree, mowgli_dictionary_iteration_state_t* state )Field 'state.cur' in 2nd parameter 'state' (pointer) has base type 'struct mowgli_dictionary_elem_'.
mowgli_dictionary_foreach_next ( mowgli_dictionary_t* dtree, mowgli_dictionary_iteration_state_t* state )Field 'state.cur' in 2nd parameter 'state' (pointer) has base type 'struct mowgli_dictionary_elem_'.
mowgli_dictionary_foreach_start ( mowgli_dictionary_t* dtree, mowgli_dictionary_iteration_state_t* state )Field 'state.cur' in 2nd parameter 'state' (pointer) has base type 'struct mowgli_dictionary_elem_'.