Lines Matching refs:stmts
245 CRStatement *stmts = NULL; in end_font_face() local
258 stmts = cr_statement_append (ctxt->stylesheet->statements, in end_font_face()
260 if (!stmts) in end_font_face()
263 ctxt->stylesheet->statements = stmts; in end_font_face()
264 stmts = NULL; in end_font_face()
276 if (!stmts) { in end_font_face()
277 cr_statement_destroy (stmts); in end_font_face()
278 stmts = NULL; in end_font_face()
467 CRStatement *stmts = NULL; in end_media() local
483 stmts = cr_statement_append (ctxt->stylesheet->statements, in end_media()
486 if (!stmts) { in end_media()
491 ctxt->stylesheet->statements = stmts; in end_media()
492 stmts = NULL; in end_media()
607 CRStatement *stmts = NULL; in end_selector() local
614 stmts = cr_statement_append in end_selector()
617 if (!stmts) { in end_selector()
625 media_rule->rulesets = stmts; in end_selector()
628 stmts = cr_statement_append in end_selector()
631 if (!stmts) { in end_selector()
638 ctxt->stylesheet->statements = stmts; in end_selector()