Lines Matching refs:parsectl_t
255 int (*bd_setcs) (struct parseunit *, parsectl_t *); /* set character size */
258 int (*bd_getfmt) (struct parseunit *, parsectl_t *); /* get format */
259 int (*bd_setfmt) (struct parseunit *, parsectl_t *); /* setfmt */
260 int (*bd_timecode) (struct parseunit *, parsectl_t *); /* get time code */
1727 static int stream_setcs (struct parseunit *, parsectl_t *);
1728 static int stream_getfmt (struct parseunit *, parsectl_t *);
1729 static int stream_setfmt (struct parseunit *, parsectl_t *);
1730 static int stream_timecode (struct parseunit *, parsectl_t *);
1737 static int local_setcs (struct parseunit *, parsectl_t *);
1738 static int local_getfmt (struct parseunit *, parsectl_t *);
1739 static int local_setfmt (struct parseunit *, parsectl_t *);
1740 static int local_timecode (struct parseunit *, parsectl_t *);
1899 parsectl_t *tcl in stream_setcs()
1971 parsectl_t *tcl in stream_getfmt()
1994 parsectl_t *tcl in stream_setfmt()
2019 parsectl_t *tcl in stream_timecode()
2145 parsectl_t *tcl in local_setcs()
2157 parsectl_t *tcl in local_getfmt()
2169 parsectl_t *tcl in local_setfmt()
2181 parsectl_t *tcl in local_timecode()
2997 parsectl_t tmp_ctl; in parse_start()
3514 parsectl_t tmpctl; in parse_control()
3793 parsectl_t tmpctl; in parse_process()
3869 parsectl_t tmpctl; in parse_process()