Searched refs:dict_entry_depth (Results 1 - 1 of 1) sorted by relevance

/external/dbus/dbus/
H A Ddbus-marshal-validate.c59 int dict_entry_depth; local
90 dict_entry_depth = 0;
164 dict_entry_depth += 1;
166 if (dict_entry_depth > DBUS_MAXIMUM_TYPE_RECURSION_DEPTH)
182 if (dict_entry_depth == 0)
188 dict_entry_depth -= 1;
273 if (dict_entry_depth > 0)

Completed in 36 milliseconds