seek 137 ext/gd/libgd/gd_io.c return ((ctx->seek) (ctx, pos)); seek 17 ext/gd/libgd/gd_io.h int (*seek)(struct gdIOCtx*, const int); seek 87 ext/gd/libgd/gd_io_dp.c ctx->ctx.seek = dynamicSeek; seek 64 ext/gd/libgd/gd_io_file.c ctx->ctx.seek = fileSeek; seek 66 ext/gd/libgd/gd_io_ss.c ctx->ctx.seek = NULL; seek 996 ext/oci8/oci8.c PHP_FALIAS(seek, oci_lob_seek, arginfo_oci_lob_seek_method) seek 1325 ext/spl/spl_array.c SPL_METHOD(Array, seek) seek 1909 ext/spl/spl_array.c SPL_ME(Array, seek, arginfo_array_seek, ZEND_ACC_PUBLIC) seek 814 ext/spl/spl_directory.c SPL_METHOD(DirectoryIterator, seek) seek 1963 ext/spl/spl_directory.c SPL_ME(DirectoryIterator, seek, arginfo_dir_it_seek, ZEND_ACC_PUBLIC) seek 2957 ext/spl/spl_directory.c SPL_METHOD(SplFileObject, seek) seek 3080 ext/spl/spl_directory.c SPL_ME(SplFileObject, seek, arginfo_file_object_seek, ZEND_ACC_PUBLIC) seek 2574 ext/spl/spl_iterators.c SPL_METHOD(LimitIterator, seek) seek 2602 ext/spl/spl_iterators.c SPL_ABSTRACT_ME(SeekableIterator, seek, arginfo_seekable_it_seek) seek 2623 ext/spl/spl_iterators.c SPL_ME(LimitIterator, seek, arginfo_limit_it_seek, ZEND_ACC_PUBLIC) seek 544 ext/standard/streamsfuncs.c add_assoc_bool(return_value, "seekable", (stream->ops->seek) && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0); seek 128 main/php_streams.h int (*seek)(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset); seek 199 main/streams/cast.c if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) { seek 202 main/streams/cast.c stream->ops->seek(stream, stream->position, SEEK_SET, &dummy); seek 375 main/streams/cast.c if (((flags & PHP_STREAM_FORCE_CONVERSION) == 0) && origstream->ops->seek != NULL) { seek 1104 main/streams/streams.c if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0 && stream->readpos != stream->writepos) { seek 1107 main/streams/streams.c stream->ops->seek(stream, stream->position, SEEK_SET, &stream->position); seek 1126 main/streams/streams.c if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) { seek 1297 main/streams/streams.c if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) { seek 1310 main/streams/streams.c ret = stream->ops->seek(stream, offset, whence, &stream->position); seek 2130 main/streams/streams.c if (stream && stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0 && strchr(mode, 'a') && stream->position == 0) { seek 2134 main/streams/streams.c if (0 == stream->ops->seek(stream, 0, SEEK_CUR, &newpos)) { seek 207 sapi/phpdbg/phpdbg.c zend_hash_init(&PHPDBG_G(seek), 8, NULL, NULL, 0); seek 227 sapi/phpdbg/phpdbg.c zend_hash_destroy(&PHPDBG_G(seek)); seek 239 sapi/phpdbg/phpdbg.h HashTable seek; /* seek oplines */ seek 537 sapi/phpdbg/phpdbg_prompt.c zend_hash_index_update_ptr(&PHPDBG_G(seek), (zend_ulong) opline, (void *) opline); seek 580 sapi/phpdbg/phpdbg_prompt.c zend_hash_index_update_ptr(&PHPDBG_G(seek), (zend_ulong) opline, (void *) opline); seek 594 sapi/phpdbg/phpdbg_prompt.c if (zend_hash_index_exists(&PHPDBG_G(seek), (zend_ulong) phpdbg_user_execute_data(EG(current_execute_data))->opline)) { seek 595 sapi/phpdbg/phpdbg_prompt.c zend_hash_clean(&PHPDBG_G(seek)); seek 611 sapi/phpdbg/phpdbg_prompt.c if (zend_hash_index_exists(&PHPDBG_G(seek), (zend_ulong) phpdbg_user_execute_data(EG(current_execute_data))->opline)) { seek 612 sapi/phpdbg/phpdbg_prompt.c zend_hash_clean(&PHPDBG_G(seek)); seek 701 sapi/phpdbg/phpdbg_prompt.c zend_hash_clean(&PHPDBG_G(seek)); seek 1551 sapi/phpdbg/phpdbg_prompt.c #define INDEX_EXISTS_CHECK (zend_hash_index_exists(&PHPDBG_G(seek), address) || (exception && phpdbg_check_caught_ex(execute_data, exception) == 0)) seek 1557 sapi/phpdbg/phpdbg_prompt.c zend_hash_clean(&PHPDBG_G(seek)); seek 1568 sapi/phpdbg/phpdbg_prompt.c zend_hash_clean(&PHPDBG_G(seek)); seek 1578 sapi/phpdbg/phpdbg_prompt.c zend_hash_clean(&PHPDBG_G(seek));