M2TS_QueryNextFile 1084 modules/mpegts_in/mpegts_in.c 	e = M2TS_QueryNextFile(m2ts, (flush_type==GF_M2TS_FLUSH_DATA) ? NEXT_SEGMENT_EXCEPT_DL : NEXT_SEGMENT, &url, &start_byterange, &end_byterange, &refresh_type);
M2TS_QueryNextFile 1097 modules/mpegts_in/mpegts_in.c 		e = M2TS_QueryNextFile(m2ts, DROP_NEXT_SEGMENT, &url, &start_byterange, &end_byterange, &refresh_type);
M2TS_QueryNextFile 1159 modules/mpegts_in/mpegts_in.c 				M2TS_QueryNextFile(m2ts, INIT_RANGE, NULL, &start_byterange, &end_byterange, NULL);
M2TS_QueryNextFile 1161 modules/mpegts_in/mpegts_in.c 				M2TS_QueryNextFile(m2ts, DROP_NEXT_SEGMENT, NULL, NULL, NULL, NULL);