Home
last modified time | relevance | path

Searched refs:newoffs (Results 1 – 25 of 71) sorted by relevance

123

/dports/www/mod_php80/php-8.0.15/main/streams/
H A Dmemory.c137 *newoffs = -1; in php_stream_memory_seek()
148 *newoffs = -1; in php_stream_memory_seek()
160 *newoffs = -1; in php_stream_memory_seek()
164 *newoffs = ms->fpos; in php_stream_memory_seek()
171 *newoffs = -1; in php_stream_memory_seek()
175 *newoffs = -1; in php_stream_memory_seek()
179 *newoffs = ms->fpos; in php_stream_memory_seek()
184 *newoffs = ms->fpos; in php_stream_memory_seek()
466 *newoffs = -1; in php_stream_temp_seek()
605 zend_off_t newoffs; in _php_stream_temp_open() local
[all …]
/dports/www/mod_php81/php-8.1.1/main/streams/
H A Dmemory.c124 *newoffs = -1; in php_stream_memory_seek()
135 *newoffs = -1; in php_stream_memory_seek()
147 *newoffs = -1; in php_stream_memory_seek()
151 *newoffs = ms->fpos; in php_stream_memory_seek()
158 *newoffs = -1; in php_stream_memory_seek()
162 *newoffs = -1; in php_stream_memory_seek()
166 *newoffs = ms->fpos; in php_stream_memory_seek()
171 *newoffs = ms->fpos; in php_stream_memory_seek()
436 *newoffs = -1; in php_stream_temp_seek()
574 zend_off_t newoffs; in _php_stream_temp_open() local
[all …]
/dports/lang/php73/php-7.3.33/main/streams/
H A Dmemory.c139 *newoffs = -1; in php_stream_memory_seek()
150 *newoffs = -1; in php_stream_memory_seek()
162 *newoffs = -1; in php_stream_memory_seek()
166 *newoffs = ms->fpos; in php_stream_memory_seek()
173 *newoffs = -1; in php_stream_memory_seek()
177 *newoffs = -1; in php_stream_memory_seek()
181 *newoffs = ms->fpos; in php_stream_memory_seek()
186 *newoffs = ms->fpos; in php_stream_memory_seek()
468 *newoffs = -1; in php_stream_temp_seek()
607 zend_off_t newoffs; in _php_stream_temp_open() local
[all …]
/dports/lang/php74/php-7.4.27/main/streams/
H A Dmemory.c139 *newoffs = -1; in php_stream_memory_seek()
150 *newoffs = -1; in php_stream_memory_seek()
162 *newoffs = -1; in php_stream_memory_seek()
166 *newoffs = ms->fpos; in php_stream_memory_seek()
173 *newoffs = -1; in php_stream_memory_seek()
177 *newoffs = -1; in php_stream_memory_seek()
181 *newoffs = ms->fpos; in php_stream_memory_seek()
186 *newoffs = ms->fpos; in php_stream_memory_seek()
468 *newoffs = -1; in php_stream_temp_seek()
607 zend_off_t newoffs; in _php_stream_temp_open() local
[all …]
/dports/lang/php81/php-8.1.1/main/streams/
H A Dmemory.c124 *newoffs = -1; in php_stream_memory_seek()
135 *newoffs = -1; in php_stream_memory_seek()
147 *newoffs = -1; in php_stream_memory_seek()
151 *newoffs = ms->fpos; in php_stream_memory_seek()
158 *newoffs = -1; in php_stream_memory_seek()
162 *newoffs = -1; in php_stream_memory_seek()
166 *newoffs = ms->fpos; in php_stream_memory_seek()
171 *newoffs = ms->fpos; in php_stream_memory_seek()
436 *newoffs = -1; in php_stream_temp_seek()
574 zend_off_t newoffs; in _php_stream_temp_open() local
[all …]
/dports/lang/php80/php-8.0.15/main/streams/
H A Dmemory.c137 *newoffs = -1; in php_stream_memory_seek()
148 *newoffs = -1; in php_stream_memory_seek()
160 *newoffs = -1; in php_stream_memory_seek()
164 *newoffs = ms->fpos; in php_stream_memory_seek()
171 *newoffs = -1; in php_stream_memory_seek()
175 *newoffs = -1; in php_stream_memory_seek()
179 *newoffs = ms->fpos; in php_stream_memory_seek()
184 *newoffs = ms->fpos; in php_stream_memory_seek()
466 *newoffs = -1; in php_stream_temp_seek()
605 zend_off_t newoffs; in _php_stream_temp_open() local
[all …]
/dports/www/mod_php73/php-7.3.33/main/streams/
H A Dmemory.c139 *newoffs = -1; in php_stream_memory_seek()
150 *newoffs = -1; in php_stream_memory_seek()
162 *newoffs = -1; in php_stream_memory_seek()
166 *newoffs = ms->fpos; in php_stream_memory_seek()
173 *newoffs = -1; in php_stream_memory_seek()
177 *newoffs = -1; in php_stream_memory_seek()
181 *newoffs = ms->fpos; in php_stream_memory_seek()
186 *newoffs = ms->fpos; in php_stream_memory_seek()
468 *newoffs = -1; in php_stream_temp_seek()
607 zend_off_t newoffs; in _php_stream_temp_open() local
[all …]
/dports/www/mod_php74/php-7.4.27/main/streams/
H A Dmemory.c139 *newoffs = -1; in php_stream_memory_seek()
150 *newoffs = -1; in php_stream_memory_seek()
162 *newoffs = -1; in php_stream_memory_seek()
166 *newoffs = ms->fpos; in php_stream_memory_seek()
173 *newoffs = -1; in php_stream_memory_seek()
177 *newoffs = -1; in php_stream_memory_seek()
181 *newoffs = ms->fpos; in php_stream_memory_seek()
186 *newoffs = ms->fpos; in php_stream_memory_seek()
468 *newoffs = -1; in php_stream_temp_seek()
607 zend_off_t newoffs; in _php_stream_temp_open() local
[all …]
/dports/editors/le/le-1.16.6/src/
H A Dtextpoin.cc375 offs newoffs=offset+shift; in operator +=() local
376 if(newoffs<0) in operator +=()
377 newoffs=0; in operator +=()
378 if(newoffs>Size()) in operator +=()
379 newoffs=Size(); in operator +=()
380 TextPoint res(newoffs); in operator +=()
/dports/archivers/php81-zlib/php-8.1.1/ext/zlib/
H A Dzlib_fopen_wrapper.c54 static int php_gziop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) in php_gziop_seek() argument
64 *newoffs = gzseek(self->gz_file, offset, whence); in php_gziop_seek()
66 return (*newoffs < 0) ? -1 : 0; in php_gziop_seek()
/dports/archivers/php80-zlib/php-8.0.15/ext/zlib/
H A Dzlib_fopen_wrapper.c54 static int php_gziop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) in php_gziop_seek() argument
64 *newoffs = gzseek(self->gz_file, offset, whence); in php_gziop_seek()
66 return (*newoffs < 0) ? -1 : 0; in php_gziop_seek()
/dports/archivers/php73-zlib/php-7.3.33/ext/zlib/
H A Dzlib_fopen_wrapper.c59 static int php_gziop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) in php_gziop_seek() argument
69 *newoffs = gzseek(self->gz_file, offset, whence); in php_gziop_seek()
71 return (*newoffs < 0) ? -1 : 0; in php_gziop_seek()
/dports/archivers/php74-zlib/php-7.4.27/ext/zlib/
H A Dzlib_fopen_wrapper.c56 static int php_gziop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) in php_gziop_seek() argument
66 *newoffs = gzseek(self->gz_file, offset, whence); in php_gziop_seek()
68 return (*newoffs < 0) ? -1 : 0; in php_gziop_seek()
/dports/www/mod_php80/php-8.0.15/ext/zlib/
H A Dzlib_fopen_wrapper.c54 static int php_gziop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) in php_gziop_seek() argument
64 *newoffs = gzseek(self->gz_file, offset, whence); in php_gziop_seek()
66 return (*newoffs < 0) ? -1 : 0; in php_gziop_seek()
/dports/www/mod_php81/php-8.1.1/ext/zlib/
H A Dzlib_fopen_wrapper.c54 static int php_gziop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) in php_gziop_seek() argument
64 *newoffs = gzseek(self->gz_file, offset, whence); in php_gziop_seek()
66 return (*newoffs < 0) ? -1 : 0; in php_gziop_seek()
/dports/lang/php73/php-7.3.33/ext/zlib/
H A Dzlib_fopen_wrapper.c59 static int php_gziop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) in php_gziop_seek() argument
69 *newoffs = gzseek(self->gz_file, offset, whence); in php_gziop_seek()
71 return (*newoffs < 0) ? -1 : 0; in php_gziop_seek()
/dports/lang/php74/php-7.4.27/ext/zlib/
H A Dzlib_fopen_wrapper.c56 static int php_gziop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) in php_gziop_seek() argument
66 *newoffs = gzseek(self->gz_file, offset, whence); in php_gziop_seek()
68 return (*newoffs < 0) ? -1 : 0; in php_gziop_seek()
/dports/lang/php81/php-8.1.1/ext/zlib/
H A Dzlib_fopen_wrapper.c54 static int php_gziop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) in php_gziop_seek() argument
64 *newoffs = gzseek(self->gz_file, offset, whence); in php_gziop_seek()
66 return (*newoffs < 0) ? -1 : 0; in php_gziop_seek()
/dports/lang/php80/php-8.0.15/ext/zlib/
H A Dzlib_fopen_wrapper.c54 static int php_gziop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) in php_gziop_seek() argument
64 *newoffs = gzseek(self->gz_file, offset, whence); in php_gziop_seek()
66 return (*newoffs < 0) ? -1 : 0; in php_gziop_seek()
/dports/www/mod_php73/php-7.3.33/ext/zlib/
H A Dzlib_fopen_wrapper.c59 static int php_gziop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) in php_gziop_seek() argument
69 *newoffs = gzseek(self->gz_file, offset, whence); in php_gziop_seek()
71 return (*newoffs < 0) ? -1 : 0; in php_gziop_seek()
/dports/www/mod_php74/php-7.4.27/ext/zlib/
H A Dzlib_fopen_wrapper.c56 static int php_gziop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) in php_gziop_seek() argument
66 *newoffs = gzseek(self->gz_file, offset, whence); in php_gziop_seek()
68 return (*newoffs < 0) ? -1 : 0; in php_gziop_seek()
/dports/devel/vasm/vasm/
H A Doutput_tos.c319 utaddr newoffs = npc + sortoffs[i]; in tos_writerelocs() local
323 taddr diff = newoffs - lastoffs; in tos_writerelocs()
334 fw32(f,newoffs,1); in tos_writerelocs()
335 lastoffs = newoffs; in tos_writerelocs()
/dports/graphics/grx/grx249/src/fdrivers/
H A Dsvga4.c235 int newoffs = TRUE; in drawline() local
238 if (newoffs) { in drawline()
241 newoffs = FALSE; in drawline()
247 newoffs = TRUE; in drawline()
252 newoffs = TRUE; in drawline()
/dports/databases/php73-sqlite3/php-7.3.33/ext/sqlite3/
H A Dsqlite3.c1138 …int php_sqlite3_stream_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) in php_sqlite3_stream_seek() argument
1147 *newoffs = -1; in php_sqlite3_stream_seek()
1151 *newoffs = sqlite3_stream->position; in php_sqlite3_stream_seek()
1158 *newoffs = -1; in php_sqlite3_stream_seek()
1162 *newoffs = sqlite3_stream->position; in php_sqlite3_stream_seek()
1170 *newoffs = -1; in php_sqlite3_stream_seek()
1174 *newoffs = sqlite3_stream->position; in php_sqlite3_stream_seek()
1181 *newoffs = -1; in php_sqlite3_stream_seek()
1185 *newoffs = -1; in php_sqlite3_stream_seek()
1189 *newoffs = sqlite3_stream->position; in php_sqlite3_stream_seek()
[all …]
/dports/lang/php73/php-7.3.33/ext/sqlite3/
H A Dsqlite3.c1138 …int php_sqlite3_stream_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) in php_sqlite3_stream_seek() argument
1147 *newoffs = -1; in php_sqlite3_stream_seek()
1151 *newoffs = sqlite3_stream->position; in php_sqlite3_stream_seek()
1158 *newoffs = -1; in php_sqlite3_stream_seek()
1162 *newoffs = sqlite3_stream->position; in php_sqlite3_stream_seek()
1170 *newoffs = -1; in php_sqlite3_stream_seek()
1174 *newoffs = sqlite3_stream->position; in php_sqlite3_stream_seek()
1181 *newoffs = -1; in php_sqlite3_stream_seek()
1185 *newoffs = -1; in php_sqlite3_stream_seek()
1189 *newoffs = sqlite3_stream->position; in php_sqlite3_stream_seek()
[all …]

123