Searched refs:filter_fp (Results 1 – 5 of 5) sorted by relevance
13 typedef int (*filter_fp)(const char *path, const struct dirent *, void *); typedef17 filter_fp filter,
9 filter_fp filter, in ag_scandir()
200 fclose(blc_input -> filter_fp);201 blc_input -> filter_fp = NULL;250 blc_input -> filter_fp = fopen(fname, "rb");251 if(NULL == blc_input -> filter_fp){255 for(xx = 0; xx < 12; xx++) fgetc(blc_input -> filter_fp); // skip the 12-byte header281 …if(cache_input -> filter_fp. plain_fp || cache_input -> filter_fp.gz_fp.gz_fp )autozip_close(&cach…307 autozip_fp * tfp = bcl_no<0?&cache_input-> filter_fp :(cache_input -> bcl_gzip_fps + bcl_no);314 autozip_fp * tfp = bcl_no<0?&cache_input-> filter_fp :(cache_input -> bcl_gzip_fps + bcl_no);337 autozip_fp * tfp = bcl_no<0?&cache_input-> filter_fp :(cache_input -> bcl_gzip_fps + bcl_no);617 }else pos -> pos_of_filter = ftello(blc_input->filter_fp);[all …]
481 FILE * filter_fp; member572 autozip_fp filter_fp; member
607 FILE *filter_fp = state->fp_out; in pipe_attachment() local611 state->fp_out = filter_fp; in pipe_attachment()619 mutt_file_copy_stream(fp_unstuff, filter_fp); in pipe_attachment()