Lines Matching refs:stack
88 DBusList *stack; /**< stack of Element */
110 DBusList *included_files; /**< Included files stack */
136 if (!_dbus_list_append (&parser->stack, e))
161 e = _dbus_list_pop_last (&parser->stack);
171 e = _dbus_list_get_last (&parser->stack);
181 e = _dbus_list_get_last (&parser->stack);
485 while (parser->stack != NULL)
1976 "XML parser ended element with no element on the stack");
1988 "XML element <%s> ended but topmost element on the stack was <%s>",
1999 _dbus_assert_not_reached ("element in stack has no type");
2313 _dbus_assert_not_reached ("element at top of stack has no type");
2585 if (parser->stack != NULL)
3032 if (!lists_of_elements_equal (a->stack, b->stack))