Lines Matching defs:position
225 sf_count_t position ;
227 position = psf_ftell (psf) ;
228 if (position >= 0)
230 if (position < odata->osync.fill)
235 position += (sf_count_t) (odata->osync.returned - odata->osync.fill) ;
238 return position ;
259 sf_count_t position, nb_read, read_ret ;
264 for (position = 0 ; readmax <= 0 || readmax > position ; )
275 position -= synced ;
280 { psf_log_printf (psf, "Ogg : Skipped %d bytes looking for the next page. Corrupted bitstream?!\n", position) ;
287 *offset += position ;
298 nb_read = SF_MIN ((sf_count_t) OGG_SYNC_READ_SIZE, readmax - position) ;
410 sf_count_t position = 0 ;
421 position = ogg_sync_fseek (psf, begin, SEEK_SET) ;
422 if (position < 0)
423 return position ;
425 while (position < end)
426 { ret = ogg_sync_next_page (psf, &odata->opage, end - position, &position) ;
432 { offset = position ;
438 position += ret ;
600 ** have a valid granule position (in violation of the