Home
last modified time | relevance | path

Searched refs:fpos (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/main/streams/
H A Dmemory.c39 size_t fpos; member
64 ms->fpos += count; in php_stream_memory_write()
87 ms->fpos += count; in php_stream_memory_read()
126 ms->fpos = 0; in php_stream_memory_seek()
130 ms->fpos = ms->fpos + offset; in php_stream_memory_seek()
141 ms->fpos = ms->fpos + offset; in php_stream_memory_seek()
153 ms->fpos = offset; in php_stream_memory_seek()
154 *newoffs = ms->fpos; in php_stream_memory_seek()
164 ms->fpos = 0; in php_stream_memory_seek()
174 *newoffs = ms->fpos; in php_stream_memory_seek()
[all …]
/PHP-8.2/ext/exif/
H A Dexif.c3281 size_t byte_count, offset_val, fpos, fgot; in exif_process_IFD_TAG_impl() local
3335 fpos = php_stream_tell(ImageInfo->infile); in exif_process_IFD_TAG_impl()
3344 php_stream_seek(ImageInfo->infile, fpos, SEEK_SET); in exif_process_IFD_TAG_impl()
3805 size_t fpos, size, got, itemlen; in exif_scan_JPEG_header() local
3810 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3811 …(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Needing section %d @ 0x%08X", ImageInfo->file.count, fpos); in exif_scan_JPEG_header()
3840 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3883 …tion(x%02X=%s) @ x%04X + x%04X(=%d)", marker, exif_get_markername(marker), fpos, itemlen, itemlen); in exif_scan_JPEG_header()
3890 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3891 size = ImageInfo->FileSize - fpos; in exif_scan_JPEG_header()
[all …]

Completed in 38 milliseconds