Searched refs:pdc_fseek (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_file.h63 int pdc_fseek(pdc_file *sfp, long offset, int whence);
H A Dpc_file.c384 pdc_fseek(pdc_file *sfp, long offset, int whence) function
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_jpeg.c135 pdc_fseek(image->fp, image->info.jpeg.startpos, SEEK_SET);
226 pdc_fseek(fp, 0L, SEEK_SET);
236 pdc_fseek(fp, 0L, SEEK_SET);
243 pdc_fseek(fp, jpeg->startpos, SEEK_SET);
255 pdc_fseek(fp, 0L, SEEK_SET);
H A Dp_filter.c73 pdc_fseek(fp, src->offset, SEEK_SET);
H A Dp_bmp.c346 pdc_fseek(fp, 0L, SEEK_SET);
550 pdc_fseek(image->fp, (pdc_long) offras, SEEK_SET);
H A Dp_png.c140 pdc_fseek(fp, len + 4, SEEK_CUR);
336 pdc_fseek(fp, 0L, SEEK_SET);
H A Dp_gif.c199 pdc_fseek(fp, 0L, SEEK_SET);
H A Dp_tiff.c61 return ((toff_t) pdc_fseek(fp, (long) off, whence));
254 pdc_fseek(fp, 0L, SEEK_SET);
H A Dp_truetype.c69 TT_IOCHECK(p, ttf, pdc_fseek(ttf->fp, offset, SEEK_SET) == 0);

Completed in 97 milliseconds