Searched refs:seekable (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dvorbisfile.c419 seekable open. */
598 if(vf->seekable){
722 int link=(vf->seekable?vf->current_link:0);
738 if(vf->seekable && link>0)
793 if(!vf->seekable){
809 /* This is different in the seekable and non-seekable cases.
811 In the seekable case, we already have all the header
815 In the non-seekable (streaming) case, we'll only be at a
824 if(vf->seekable){
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dplain_io.c44 int seekable; member in struct:SimpleFile_t
79 if (This->seekable && where != This->lastwhere ){
489 This->seekable = 1;
499 This->seekable = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/include/vorbis/
H A Dvorbisfile.h113 int seekable; member in struct:OggVorbis_File
118 /* If the FILE handle isn't seekable (eg, a pipe), only the current
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c129 #define seekable() 0 /* force sequential output */ macro
1628 if (stored_len <= opt_lenb && eof && G2.compressed_len == 0L && seekable()) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeftree.c912 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable()) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c2331 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable())
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c2738 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable()) {

Completed in 199 milliseconds