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

/inkscape/src/libcroco/
H A Dcr-doc-handler.c96 *@a_ctxt: out parameter. The new parsing context.
104 cr_doc_handler_get_ctxt (CRDocHandler const * a_this, gpointer * a_ctxt) argument
108 *a_ctxt = a_this->priv->context;
116 *@a_ctxt: a pointer to the parsing context.
123 cr_doc_handler_set_ctxt (CRDocHandler * a_this, gpointer a_ctxt) argument
126 a_this->priv->context = a_ctxt;
H A Dcr-doc-handler.h281 enum CRStatus cr_doc_handler_set_ctxt (CRDocHandler *a_this, gpointer a_ctxt) ;
283 enum CRStatus cr_doc_handler_get_ctxt (CRDocHandler const *a_this, gpointer * a_ctxt) ;
H A Dcr-om-parser.c51 static void destroy_context (ParsingContext * a_ctxt);
126 destroy_context (ParsingContext * a_ctxt) argument
128 g_return_if_fail (a_ctxt);
130 if (a_ctxt->stylesheet) {
131 cr_stylesheet_destroy (a_ctxt->stylesheet);
132 a_ctxt->stylesheet = NULL;
134 if (a_ctxt->cur_stmt) {
135 cr_statement_destroy (a_ctxt->cur_stmt);
136 a_ctxt->cur_stmt = NULL;
138 g_free (a_ctxt);
[all...]

Completed in 16 milliseconds