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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-doc-handler.c96 *@a_ctxt: out parameter. The new parsing context.
104 cr_doc_handler_get_ctxt (CRDocHandler * 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 *a_this, gpointer * a_ctxt) ;
H A Dcr-om-parser.c52 static void destroy_context (ParsingContext * a_ctxt);
127 destroy_context (ParsingContext * a_ctxt) argument
129 g_return_if_fail (a_ctxt);
131 if (a_ctxt->stylesheet) {
132 cr_stylesheet_destroy (a_ctxt->stylesheet);
133 a_ctxt->stylesheet = NULL;
135 if (a_ctxt->cur_stmt) {
136 cr_statement_destroy (a_ctxt->cur_stmt);
137 a_ctxt->cur_stmt = NULL;
139 g_free (a_ctxt);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-doc-handler.c96 *@a_ctxt: out parameter. The new parsing context.
104 cr_doc_handler_get_ctxt (CRDocHandler * 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 *a_this, gpointer * a_ctxt) ;
H A Dcr-om-parser.c52 static void destroy_context (ParsingContext * a_ctxt);
127 destroy_context (ParsingContext * a_ctxt) argument
129 g_return_if_fail (a_ctxt);
131 if (a_ctxt->stylesheet) {
132 cr_stylesheet_destroy (a_ctxt->stylesheet);
133 a_ctxt->stylesheet = NULL;
135 if (a_ctxt->cur_stmt) {
136 cr_statement_destroy (a_ctxt->cur_stmt);
137 a_ctxt->cur_stmt = NULL;
139 g_free (a_ctxt);
[all...]

Completed in 159 milliseconds