Searched refs:readmax (Results 1 – 2 of 2) sorted by relevance
255 ogg_sync_next_page (SF_PRIVATE * psf, ogg_page *og, sf_count_t readmax, sf_count_t *offset) in ogg_sync_next_page() argument262 for (position = 0 ; readmax <= 0 || readmax > position ; ) in ogg_sync_next_page()293 if (readmax == 0) in ogg_sync_next_page()295 if (readmax > 0) in ogg_sync_next_page()296 nb_read = SF_MIN ((sf_count_t) OGG_SYNC_READ_SIZE, readmax - position) ; in ogg_sync_next_page()
94 int ogg_sync_next_page (SF_PRIVATE * psf, ogg_page *og, sf_count_t readmax, sf_count_t *offset) ;