Searched refs:plain_fp (Results 1 – 3 of 3) sorted by relevance
277 …if( cache_input -> bcl_gzip_fps[x1]. plain_fp || cache_input -> bcl_gzip_fps[x1].gz_fp.gz_fp )auto…281 …if(cache_input -> filter_fp. plain_fp || cache_input -> filter_fp.gz_fp.gz_fp )autozip_close(&cach…343 if(!(tfp -> plain_fp || tfp -> gz_fp.gz_fp)){1556 fseeko(fqs_input -> autofp1.plain_fp, pos -> pos_file1, SEEK_SET);1557 if(fqs_input -> files2)fseeko(fqs_input -> autofp2.plain_fp, pos -> pos_file2, SEEK_SET);1558 fseeko(fqs_input -> autofp3.plain_fp, pos -> pos_file3, SEEK_SET);1575 pos -> pos_file1 = ftello(fqs_input -> autofp1.plain_fp);1576 if(fqs_input -> files2)pos -> pos_file2 = ftello(fqs_input -> autofp2.plain_fp);1577 pos -> pos_file3 = ftello(fqs_input -> autofp3.plain_fp);
587 fp -> plain_fp = tstfp; in autozip_open()596 if(fp -> is_plain) fclose(fp -> plain_fp); in autozip_close()613 char * retc = fgets(buf + base0, buf_size, fp -> plain_fp); in autozip_gets()628 ret = fgetc(fp -> plain_fp); in autozip_getch()
502 FILE * plain_fp; member