Lines Matching refs:atts
646 handle_start_sync (GstSamiContext * sctx, const gchar ** atts) in handle_start_sync() argument
651 if (atts != NULL) { in handle_start_sync()
652 for (i = 0; (atts[i] != NULL); i += 2) { in handle_start_sync()
655 key = atts[i]; in handle_start_sync()
656 value = atts[i + 1]; in handle_start_sync()
676 handle_start_font (GstSamiContext * sctx, const gchar ** atts) in handle_start_font() argument
681 if (atts != NULL) { in handle_start_font()
683 for (i = 0; (atts[i] != NULL); i += 2) { in handle_start_font()
686 key = atts[i]; in handle_start_font()
687 value = atts[i + 1]; in handle_start_font()
741 const char **atts, gpointer user_data) in handle_start_element() argument
748 handle_start_sync (sctx, atts); in handle_start_element()
751 handle_start_font (sctx, atts); in handle_start_element()