Searched refs:SEEK_CUR (Results 1 – 9 of 9) sorted by relevance
137 #ifndef SEEK_CUR138 #define SEEK_CUR 1 /* set file offset to current plus offset */ macro
283 # define SEEK_CUR 1 /* Seek from current position. */ macro290 # define L_INCR SEEK_CUR
55 # define SEEK_CUR 1 /* Seek from current position. */ macro
122 #define SEEK_CUR 1 /* Seek from current position. */ macro
31 #define SEEK_CUR 1 /* seek relative to current file position */ macro
374 # define SEEK_CUR 1 /* Seek from current position. */ macro
715 return ( MsFS_Lseek( (int)ID_IN_FS(stream), 0, SEEK_CUR ) ); in MsFS_Ftell()
224 # define SEEK_CUR 1 macro
199 #define SEEK_CUR 1 macro14090 if(0 != fseek(fp, chunkSize, SEEK_CUR)) //seek to next chunk in AU_CUS_DTS_Parser_decodeChunkAndAdvance()14288 if(0 != fseek(fp, chunkLength, SEEK_CUR)) in AU_CUS_DTS_Parser_dtsWavFileLocateChunk()