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

/inkscape/src/libcroco/
H A Dcr-om-parser.c47 typedef struct _ParsingContext ParsingContext; typedef in typeref:struct:_ParsingContext
49 static ParsingContext *new_parsing_context (void);
51 static void destroy_context (ParsingContext * a_ctxt);
111 static ParsingContext *
114 ParsingContext *result = NULL;
116 result = g_try_malloc (sizeof (ParsingContext));
121 memset (result, 0, sizeof (ParsingContext));
126 destroy_context (ParsingContext * a_ctxt)
193 ParsingContext *ctxt = NULL;
211 ParsingContext *ctx
[all...]

Completed in 14 milliseconds