tell 126 libbase/IOChannel.h virtual std::streampos tell() const = 0; tell 101 libbase/Socket.h virtual std::streampos tell() const; tell 447 libbase/curl_adapter.cpp virtual std::streampos tell() const; tell 1078 libbase/curl_adapter.cpp fillCache(bytes + tell()); tell 1082 libbase/curl_adapter.cpp log_debug("_cache.tell = %d", tell()); tell 1158 libbase/curl_adapter.cpp if ( pos < tell() ) { tell 1160 libbase/curl_adapter.cpp pos, tell()); tell 80 libbase/noseek_fd_adapter.cpp virtual std::streampos tell() const; tell 246 libbase/noseek_fd_adapter.cpp std::cerr << "_cache.tell = " << tell() << std::endl; tell 282 libbase/noseek_fd_adapter.cpp fill_cache(bytes + tell()); tell 340 libbase/noseek_fd_adapter.cpp if (pos < tell()) { tell 342 libbase/noseek_fd_adapter.cpp "(%ld from %ld)") % pos % tell() << std::endl; tell 89 libbase/tu_file.cpp std::streampos tell() const; tell 123 libbase/zlib_adapter.cpp const int pos = m_in->tell(); tell 129 libcore/LoadVariablesThread.cpp _bytesLoaded = _stream->tell(); tell 228 libcore/MovieFactory.cpp in.seek(in.tell() - static_cast<std::streamoff>(3)); tell 58 libcore/SWFStream.cpp unsigned long int left = get_tag_end_position() - tell(); tell 78 libcore/SWFStream.cpp unsigned long cur_pos = tell(); tell 457 libcore/SWFStream.cpp int pos = m_input->tell(); tell 518 libcore/SWFStream.cpp unsigned long tagStart = tell(); tell 543 libcore/SWFStream.cpp unsigned long tagEnd = tell() + tagLength; tell 310 libcore/SWFStream.h unsigned long tell(); tell 355 libcore/SWFStream.h size_t curpos = tell(); tell 392 libcore/SWFStream.h unsigned long int bytesLeft = get_tag_end_position() - tell(); tell 503 libcore/asobj/NetStream_as.cpp assert(_inputStream->tell() == static_cast<std::streampos>(0)); tell 747 libcore/asobj/Sound_as.cpp return _soundHandler->tell(soundId); tell 274 libcore/parser/SWFMovieDefinition.cpp boost::uint32_t file_start_pos = _in->tell(); tell 339 libcore/parser/SWFMovieDefinition.cpp setBytesLoaded(_str->tell()); tell 461 libcore/parser/SWFMovieDefinition.cpp const size_t startPos = _str->tell(); tell 495 libcore/parser/SWFMovieDefinition.cpp setBytesLoaded(std::min<size_t>(_str->tell(), _swf_end_pos)); tell 63 libcore/parser/SWFParser.cpp const size_t startPos = _stream.tell(); tell 118 libcore/parser/SWFParser.cpp _bytesRead += (_stream.tell() - startPos); tell 137 libcore/parser/SWFParser.cpp std::streamsize toRead = end - in.tell(); tell 51 libcore/parser/action_buffer.cpp unsigned long startPos = in.tell(); tell 74 libcore/parser/sprite_definition.cpp parser.read(tag_end - in.tell()); tell 157 libcore/swf/DefineBitsTag.cpp const std::streampos currPos = in.tell(); tell 301 libcore/swf/DefineBitsTag.cpp const size_t start = in.tell(); tell 308 libcore/swf/DefineBitsTag.cpp in.seek(in.tell() - read); tell 326 libcore/swf/DefineBitsTag.cpp assert(in.tell() == start); tell 371 libcore/swf/DefineBitsTag.cpp const boost::uint32_t alpha_position = in.tell() + jpeg_size; tell 492 libcore/swf/DefineBitsTag.cpp assert(in.tell() <= in.get_tag_end_position()); tell 611 libcore/swf/DefineBitsTag.cpp assert(in.tell() <= endTagPos); tell 612 libcore/swf/DefineBitsTag.cpp const size_t availableBytes = endTagPos - in.tell(); tell 133 libcore/swf/DefineButtonTag.cpp if (in.tell() >= endTagPos) { tell 166 libcore/swf/DefineButtonTag.cpp unsigned next_action_pos = in.tell() + button_2_action_offset - 2; tell 184 libcore/swf/DefineButtonTag.cpp while ( in.tell() < endOfButtonRecords ) tell 205 libcore/swf/DefineButtonTag.cpp while (in.tell() < tagEndPosition) { tell 209 libcore/swf/DefineButtonTag.cpp next_action_pos = in.tell() + next_action_offset - 2; tell 277 libcore/swf/DefineButtonTag.cpp if ( in.tell()+2 > endPos ) tell 361 libcore/swf/DefineButtonTag.cpp if (in.tell()+1 > endPos) tell 383 libcore/swf/DefineButtonTag.cpp if (in.tell() + 2 > endPos) { tell 413 libcore/swf/DefineButtonTag.cpp if (in.tell()+2 > endPos) { tell 62 libcore/swf/DefineFontTag.cpp "%2% glyphs"), in.tell(), glyphCount); tell 124 libcore/swf/DefineFontTag.cpp unsigned long table_base = in.tell(); tell 212 libcore/swf/DefineFontTag.cpp const unsigned long table_base = in.tell(); tell 263 libcore/swf/DefineFontTag.cpp const unsigned long current_position = in.tell(); tell 70 libcore/swf/PlaceObject2Tag.cpp if (in.tell() < in.get_tag_end_position()) tell 74 libcore/swf/PlaceObject2Tag.cpp if (in.tell() < in.get_tag_end_position()) tell 154 libcore/swf/PlaceObject2Tag.cpp if (in.get_tag_end_position() - in.tell() < event_length) { tell 160 libcore/swf/PlaceObject2Tag.cpp event_length, in.get_tag_end_position() - in.tell()); tell 177 libcore/swf/PlaceObject2Tag.cpp action->read(in, in.tell() + event_length); tell 91 libcore/swf/StreamSoundBlockTag.cpp const unsigned int dataLength = in.get_tag_end_position() - in.tell(); tell 81 libcore/swf/VideoFrameTag.cpp const unsigned int dataLength = in.get_tag_end_position() - in.tell(); tell 80 libcore/swf/tag_loaders.cpp size_t curr_pos = in.tell(); tell 198 libcore/swf/tag_loaders.cpp const unsigned dataLength = in.get_tag_end_position() - in.tell(); tell 351 libcore/swf/tag_loaders.cpp unsigned long curPos = in.tell(), endTag=in.get_tag_end_position(); tell 342 libmedia/FLVParser.cpp _bytesLoaded = _stream->tell(); tell 472 libmedia/FLVParser.cpp assert(_stream->tell() == static_cast<std::streampos>(0)); tell 70 libmedia/ffmpeg/MediaParserFfmpeg.cpp assert(_stream->tell() == static_cast<std::streampos>(0)); tell 255 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::uint64_t curPos = _stream->tell(); tell 568 libmedia/ffmpeg/MediaParserFfmpeg.cpp _stream->seek(_stream->tell() + static_cast<std::streamoff>(offset)); tell 588 libmedia/ffmpeg/MediaParserFfmpeg.cpp return _stream->tell(); tell 156 libmedia/gst/MediaParserGst.cpp _bytesLoaded = _stream->tell(); tell 197 libmedia/gst/MediaParserGst.cpp _stream->seek(_stream->tell() - ret); tell 261 libsound/aos4/sound_handler_ahi.cpp return sound_handler::tell(soundHandle); tell 161 libsound/aos4/sound_handler_ahi.h virtual unsigned int tell(int sound_handle); tell 229 libsound/mkit/sound_handler_mkit.cpp return sound_handler::tell(soundHandle); tell 129 libsound/mkit/sound_handler_mkit.h virtual unsigned int tell(int sound_handle); tell 218 libsound/sdl/sound_handler_sdl.cpp return sound_handler::tell(soundHandle); tell 150 libsound/sdl/sound_handler_sdl.h virtual unsigned int tell(int sound_handle); tell 372 libsound/sound_handler.h virtual unsigned int tell(int sound_handle); tell 85 testsuite/libcore.all/StreamTest.cpp std::streampos tell() const tell 138 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 0); tell 140 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 0); tell 142 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 1); tell 144 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 1); tell 146 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 1); tell 148 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 1); tell 150 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 1); tell 152 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 1); tell 154 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 1); tell 156 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 1); tell 162 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 1); tell 164 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 2); tell 166 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 2); tell 168 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 2); tell 170 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 2); tell 176 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 2); tell 178 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 3); tell 180 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 3); tell 182 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 3); tell 187 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 3); tell 189 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 4); tell 191 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 4); tell 193 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 4); tell 198 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 4); tell 200 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 5); tell 202 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 5); tell 204 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 5); tell 209 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 5); tell 211 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 6); tell 213 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 6); tell 218 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 6); tell 220 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 7); tell 222 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 7); tell 227 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 7); tell 229 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 8); tell 231 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 8); tell 236 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 8); tell 238 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 9); tell 240 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 9); tell 245 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 9); tell 247 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 10); tell 249 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 10); tell 254 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 10); tell 256 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 11); tell 258 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 11); tell 263 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 11); tell 265 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 12); tell 267 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 12); tell 272 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 12); tell 274 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 13); tell 279 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 13); tell 281 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 14); tell 283 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 15); tell 285 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 15); tell 290 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 15); tell 292 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 16); tell 294 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 17); tell 296 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 17); tell 301 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 17); tell 303 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 19); tell 308 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 19); tell 310 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 20); tell 312 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 22); tell 314 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 22); tell 319 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 22); tell 321 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 25); tell 326 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 25); tell 328 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 26); tell 330 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 26); tell 332 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 26); tell 334 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 26); tell 336 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 26); tell 338 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 26); tell 340 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 26); tell 342 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 26); tell 344 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 27); tell 346 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 27); tell 348 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 27); tell 350 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 27); tell 352 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 27); tell 354 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 27); tell 356 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 27); tell 358 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 27); tell 369 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 27); tell 371 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 28); tell 373 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 28); tell 375 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 28); tell 377 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 28); tell 379 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 28); tell 381 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 28); tell 383 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 28); tell 385 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 28); tell 390 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 30); tell 392 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 32); tell 394 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 36); tell 396 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 40); tell 404 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 40); tell 406 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 41); tell 408 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 43); tell 410 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 44); tell 418 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 44); tell 420 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 45); tell 422 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 46); tell 424 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 48); tell 433 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 48); tell 435 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 49); tell 437 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 51); tell 439 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 52); tell 441 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 52); tell 447 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 52); tell 449 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 0); tell 451 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 325); tell 453 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 326); tell 455 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 372); tell 457 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 327); tell 459 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 326); tell 466 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 1024); tell 468 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 512); tell 471 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 1000); tell 473 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 200); tell 475 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 220); tell 478 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 2001); tell 480 testsuite/libcore.all/StreamTest.cpp check_equals(s.tell(), 1960);