HomeSort by relevance Sort by last modified time
    Searched full:struct_depth (Results 1 - 1 of 1) sorted by null

  /external/dbus/dbus/
dbus-marshal-validate.c 57 int struct_depth; local
88 struct_depth = 0;
122 struct_depth += 1;
124 if (struct_depth > DBUS_MAXIMUM_TYPE_RECURSION_DEPTH)
140 if (struct_depth == 0)
154 struct_depth -= 1;
267 if (struct_depth > 0)

Completed in 138 milliseconds