Home
last modified time | relevance | path

Searched refs:contents_stack (Results 1 – 1 of 1) sorted by relevance

/dports/devel/libgsf/libgsf-1.14.47/gsf/
H A Dgsf-libxml.c582 GSList *contents_stack; member
624 state->contents_stack = g_slist_prepend in push_child()
625 (state->contents_stack, state->pub.content); in push_child()
628 state->contents_stack = g_slist_prepend in push_child()
629 (state->contents_stack, NULL); in push_child()
861 g_return_if_fail (state->contents_stack != NULL); in gsf_xml_in_end_element()
862 top = state->contents_stack->data; in gsf_xml_in_end_element()
863 state->contents_stack = g_slist_remove in gsf_xml_in_end_element()
864 (state->contents_stack, top); in gsf_xml_in_end_element()
951 state->contents_stack = NULL; in gsf_xml_in_start_document()