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

/inkscape/src/libcroco/
H A Dcr-statement.c41 CRStatement *stmt = NULL; local
46 stmt = cr_statement_new_at_font_face_rule (NULL, NULL);
47 g_return_if_fail (stmt);
49 status = cr_doc_handler_set_ctxt (a_this, stmt);
56 CRStatement *stmt = NULL; local
62 stmtptr = &stmt;
69 if (stmt) {
70 cr_statement_destroy (stmt);
84 CRStatement *stmt = NULL; local
91 stmtptr = &stmt;
147 CRStatement *stmt = NULL; local
171 CRStatement *stmt = NULL; local
197 CRStatement *stmt = NULL; local
223 CRStatement *stmt = NULL; local
272 CRStatement *stmt = NULL; local
324 CRStatement *stmt = NULL; local
357 CRStatement *stmt = NULL; local
409 CRStatement *stmt = NULL; local
[all...]
H A Dcr-om-parser.c308 CRStatement *stmt = NULL, local
324 stmt = cr_statement_new_at_charset_rule (ctxt->stylesheet, charset);
325 g_return_if_fail (stmt);
326 stmt2 = cr_statement_append (ctxt->stylesheet->statements, stmt);
328 if (stmt) {
329 cr_statement_destroy (stmt);
330 stmt = NULL;
393 CRStatement *stmt = NULL; local
409 stmt = cr_statement_append (ctxt->stylesheet->statements,
412 if (stmt) {
505 CRStatement *stmt = NULL, local
[all...]
H A Dcr-sel-eng.c1474 CRStatement *stmt = stmts_tab[i]; local
1476 if (!stmt)
1478 switch (stmt->type) {
1480 if (!stmt->parent_sheet)
1483 (a_props, stmt);

Completed in 1481 milliseconds