Go to the source code of this file.
Functions | |
| static int | eol (char p) |
| static void | trail_space (char *s) |
| static char * | read_line_from_input (demux_sputext_t *demuxstr, char *line, off_t len) |
| static subtitle_t * | sub_read_line_sami (demux_sputext_t *demuxstr, subtitle_t *current) |
| static char * | sub_readtext (char *source, char **dest) |
| static subtitle_t * | sub_read_line_microdvd (demux_sputext_t *demuxstr, subtitle_t *current) |
| static subtitle_t * | sub_read_line_subviewer (demux_sputext_t *demuxstr, subtitle_t *current) |
| static subtitle_t * | sub_read_line_subrip (demux_sputext_t *demuxstr, subtitle_t *current) |
| static int eol | ( | char | p | ) | [static] |
Definition at line 76 of file xine_demux_sputext.cpp.
Referenced by cmd_execute(), sub_read_line_subrip(), and sub_readtext().
| static void trail_space | ( | char * | s | ) | [inline, static] |
Definition at line 80 of file xine_demux_sputext.cpp.
Referenced by sub_read_line_sami(), and sub_read_line_subrip().
| static char* read_line_from_input | ( | demux_sputext_t * | demuxstr, | |
| char * | line, | |||
| off_t | len | |||
| ) | [static] |
Definition at line 97 of file xine_demux_sputext.cpp.
Referenced by sub_read_line_microdvd(), sub_read_line_sami(), sub_read_line_subrip(), and sub_read_line_subviewer().
| static subtitle_t* sub_read_line_sami | ( | demux_sputext_t * | demuxstr, | |
| subtitle_t * | current | |||
| ) | [static] |
Definition at line 140 of file xine_demux_sputext.cpp.
Referenced by sub_read_line_subrip().
| static char* sub_readtext | ( | char * | source, | |
| char ** | dest | |||
| ) | [static] |
Definition at line 214 of file xine_demux_sputext.cpp.
Referenced by sub_read_line_microdvd(), and sub_read_line_subrip().
| static subtitle_t* sub_read_line_microdvd | ( | demux_sputext_t * | demuxstr, | |
| subtitle_t * | current | |||
| ) | [static] |
Definition at line 239 of file xine_demux_sputext.cpp.
Referenced by sub_read_line_subrip().
| static subtitle_t* sub_read_line_subviewer | ( | demux_sputext_t * | demuxstr, | |
| subtitle_t * | current | |||
| ) | [static] |
Definition at line 272 of file xine_demux_sputext.cpp.
Referenced by sub_read_line_subrip().
| static subtitle_t* sub_read_line_subrip | ( | demux_sputext_t * | demuxstr, | |
| subtitle_t * | current | |||
| ) | [static] |
Definition at line 310 of file xine_demux_sputext.cpp.
1.6.3