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 58 int struct_depth; local
89 struct_depth = 0;
124 struct_depth += 1;
126 if (struct_depth > DBUS_MAXIMUM_TYPE_RECURSION_DEPTH)
142 if (struct_depth == 0)
156 struct_depth -= 1;
271 if (struct_depth > 0)
    [all...]

Completed in 55 milliseconds