Searched refs:seek (Results 1 - 25 of 164) sorted by relevance

1234567

/macosx-10.10/ruby-106/ruby/benchmark/
H A Dbm_io_file_read.rb13 f.seek 0
H A Dbm_io_file_write.rb12 f.seek 0
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dstore-int.h41 off_t (*seek)(struct krb5_storage_data*, off_t, int); member in struct:krb5_storage_data
H A Dstore_mem.c50 sp->seek(sp, size, SEEK_CUR);
61 sp->seek(sp, size, SEEK_CUR);
84 return sp->seek(sp, s->ptr - s->base + offset, SEEK_SET);
86 return sp->seek(sp, s->size + offset, SEEK_SET);
156 sp->seek = mem_seek;
217 sp->seek = mem_seek;
266 sp->seek = mem_seek;
H A Dstore_emem.c51 sp->seek(sp, size, SEEK_CUR);
74 sp->seek(sp, size, SEEK_CUR);
93 sp->seek(sp,s->ptr - s->base + offset, SEEK_SET);
96 sp->seek(sp, s->len + offset, SEEK_SET);
193 sp->seek = emem_seek;
/macosx-10.10/WebCore-7600.1.25/platform/leveldb/
H A DLevelDBIterator.h40 virtual void seek(const LevelDBSlice& target) = 0;
H A DLevelDBTransaction.cpp188 void LevelDBTransaction::TreeIterator::seek(const LevelDBSlice& target) function in class:WebCore::LevelDBTransaction::TreeIterator
287 void LevelDBTransaction::TransactionIterator::seek(const LevelDBSlice& target) function in class:WebCore::LevelDBTransaction::TransactionIterator
289 m_treeIterator->seek(target);
290 m_dbIterator->seek(target);
308 nonCurrent->seek(key());
333 nonCurrent->seek(key());
390 // Try to seek tree iterator to something greater than the db iterator.
391 m_treeIterator->seek(m_dbIterator->key());
395 // If going backward, seek to a key less than the db iterator.
397 m_treeIterator->seek(m_dbIterato
[all...]
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Druby_token.rb34 def initialize(seek, line_no, char_no, text = nil)
35 @seek = seek
41 attr :seek
65 "{%s %d, %d:%d %p}" % [klass, @seek, @line_no, @char_no, @text]
71 def initialize(seek, line_no, char_no, node = nil)
72 super seek, line_no, char_no
94 "{%s %d, %d:%d %p}" % [klass, @seek, @line_no, @char_no, @node]
100 def initialize(seek, line_no, char_no, name)
101 super(seek, line_n
[all...]
/macosx-10.10/CPANInternal-159.1/File-NFSLock-1.21/examples/
H A Dlock_test33 seek (FH,0,0);
/macosx-10.10/ruby-106/ruby/lib/irb/
H A Druby-token.rb22 def initialize(seek, line_no, char_no)
23 @seek = seek
27 attr :seek, :line_no, :char_no
31 def initialize(seek, line_no, char_no)
38 def initialize(seek, line_no, char_no, name)
39 super(seek, line_no, char_no)
46 def initialize(seek, line_no, char_no, value = nil)
47 super(seek, line_no, char_no)
58 def initialize(seek, line_n
[all...]
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/examples/
H A Dmkmemoio.py12 # f.seek(pos) # set current position
13 # f.seek(pos, mode) # mode 0: absolute; 1: relative; 2: relative to EOF
50 def seek(self, pos, mode = 0): member in class:MkMemoIO
130 f.seek(len(lines[0]))
132 f.seek(0)
137 f.seek(-len(line), 1)
140 raise RuntimeError, 'bad result after seek back'
141 f.seek(len(line2), 1)
144 f.seek(f.tell() - len(line))
147 raise RuntimeError, 'bad result after seek bac
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/leveldb/
H A DIDBBackingStoreCursorLevelDB.cpp46 m_iterator->seek(other->m_iterator->key());
58 m_iterator->seek(m_cursorOptions.lowKey);
60 m_iterator->seek(m_cursorOptions.highKey);
91 m_iterator->seek(encodeKey(*key));
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_package_tar_reader.rb52 tar_reader.seek 'baz/bar' do |entry|
69 tar_reader.seek 'nonexistent' do |entry|
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dsinglediskrep.cpp54 this->fd().seek(0);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dsinglediskrep.cpp54 this->fd().seek(0);
/macosx-10.10/file_cmds-242/pax/
H A Dtables.h70 * Filenames are stored in a scratch file at seek offset into the file. The
82 off_t seek; /* location in scratch file */ member in struct:ftm
/macosx-10.10/BerkeleyDB-21/db/test/scr028/
H A Dt.c48 seek(int fd, off_t offset, int whence) function
79 E(db_env_set_func_seek, seek, "seek");
/macosx-10.10/OpenSSH-189/openssh/regress/
H A Drekey.sh12 dd if=/bin/ls${EXEEXT} of=${DATA} bs=1k seek=511 count=1 > /dev/null 2>&1
/macosx-10.10/ruby-106/ruby/lib/rubygems/package/
H A Dtar_reader.rb71 @io.seek pending, IO::SEEK_CUR
108 def seek name # :yields: entry method in class:Gem.each
/macosx-10.10/sudo-73/src/zlib/
H A Dgzwrite.c200 /* check for seek request */
201 if (state->seek) {
202 state->seek = 0;
261 /* check for seek request */
262 if (state->seek) {
263 state->seek = 0;
324 /* check for seek request */
325 if (state->seek) {
326 state->seek = 0;
403 /* check for seek reques
[all...]
/macosx-10.10/zlib-55/zlib/
H A Dgzwrite.c178 /* check for seek request */
179 if (state->seek) {
180 state->seek = 0;
239 /* check for seek request */
240 if (state->seek) {
241 state->seek = 0;
302 /* check for seek request */
303 if (state->seek) {
304 state->seek = 0;
377 /* check for seek reques
[all...]
/macosx-10.10/text_cmds-88/ed/
H A Dbuf.c40 int seek_write; /* seek before writing */
55 seek_write = 1; /* force seek on write */
57 if (sfseek != lp->seek) {
58 sfseek = lp->seek;
61 errmsg = "cannot seek temp file";
104 errmsg = "cannot seek temp file";
118 lp->seek = sfseek;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DMediaPlayerPrivateWinCE.h63 void seek(float time);
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DBlobResourceHandle.h75 void seek();
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Ddbiterator.h79 isc_result_t (*seek)(dns_dbiterator_t *iterator, dns_name_t *name); member in struct:dns_dbiteratormethods

Completed in 268 milliseconds

1234567