Home
last modified time | relevance | path

Searched refs:filepos (Results 1 – 10 of 10) sorted by relevance

/third_party/cups-filters/filter/
Dpdfutils.c28 pdf->filepos+=len; in pdfOut_printf()
46 pdf->filepos+=iA+4; in pdfOut_putString()
52 pdf->filepos+=iA+2; in pdfOut_putString()
57 pdf->filepos+=iA+2; in pdfOut_putString()
70 pdf->filepos+=2*len+2; in pdfOut_putHexString()
124 pdf->xref[pdf->xrefsize++]=pdf->filepos; in pdfOut_add_xref()
182 pdf->filepos=0; in pdfOut_begin_pdf()
196 assert( (pdf)&&(pdf->filepos!=-1) ); in pdfOut_finish_pdf()
200 pdf->xref[0]=pdf->filepos; // now fix it in pdfOut_finish_pdf()
239 xref_start=pdf->filepos; in pdfOut_finish_pdf()
[all …]
Dtest_pdf2.c22 pdf->filepos+=4*iA+2; in write_string()
71 long streamlen=-pdf->filepos; in main()
76 streamlen+=pdf->filepos; in main()
Dpdfutils.h17 long filepos; member
Dtexttopdf.c194 pdf->xref[FontResource-1]=pdf->filepos; in WriteEpilogue()
232 long size=-(pdf->filepos-2); in WritePage()
241 size+=pdf->filepos+2; in WritePage()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2992 wsi->http.filepos = 0; in lws_serve_http_file()
3069 if (wsi->http.filepos == wsi->http.filelen) in lws_serve_http_file_fragment()
3083 (lws_fileofs_t)wsi->http.filepos) < 0) in lws_serve_http_file_fragment()
3086 wsi->http.filepos = wsi->http.range.start; in lws_serve_http_file_fragment()
3195 args.final = wsi->http.filepos + (unsigned int)n == in lws_serve_http_file_fragment()
3219 m = lws_write(wsi, p, (unsigned int)n, wsi->http.filepos + amount == in lws_serve_http_file_fragment()
3225 wsi->http.filepos += amount; in lws_serve_http_file_fragment()
3258 ) && (wsi->http.filepos >= wsi->http.filelen in lws_serve_http_file_fragment()
/third_party/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h236 lws_filepos_t filepos; member
/third_party/pcre2/pcre2/src/
Dpcre2grep.c2516 int filepos = 0; in pcre2grep() local
2596 (void)fseek(handle, stream_start + (long int)filepos, SEEK_SET); in pcre2grep()
2759 (int)(filepos + ptr + offsets[0] - ptr), in pcre2grep()
2826 filepos += (int)(linelength + endlinelength); in pcre2grep()
2977 filepos += (int)(linelength + endlinelength); in pcre2grep()
3066 filepos += (int)(linelength + endlinelength); in pcre2grep()
/third_party/ffmpeg/libavformat/
Dmatroskaenc.c86 int64_t filepos; member
358 uint64_t filepos) in mkv_add_seekhead_entry() argument
365 seekhead->entries[seekhead->num_entries++].segmentpos = filepos - mkv->segment_offset; in mkv_add_seekhead_entry()
472 mkv->seekhead.filepos = avio_tell(pb); in mkv_start_seekhead()
498 if ((ret64 = avio_seek(pb, seekhead->filepos, SEEK_SET)) < 0) in mkv_write_seekhead()
522 remaining = seekhead->filepos + seekhead->reserved_size - avio_tell(pb); in mkv_write_seekhead()
/third_party/alsa-utils/aplay/
Daplay.c2359 off64_t filepos = 0; in voc_play() local
2492 if (filepos >= 0) { /* if < 0, one seek fails, why test another */ in voc_play()
2493 if ((filepos = lseek64(fd, 0, 1)) < 0) { in voc_play()
2497 filepos -= in_buffer; /* set filepos after repeat */ in voc_play()
2515 lseek64(fd, filepos, 0); in voc_play()
/third_party/python/Lib/
Dzipfile.py1099 filepos = self._orig_file_size - self._left - len(self._readbuffer) + self._offset
1100 return filepos