Searched refs:cursor (Results 176 - 200 of 1014) sorted by relevance

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/compat/
H A DDbCompat.java151 public static OperationStatus getCurrentRecordNumber(Cursor cursor, argument
155 return cursor.getRecordNumber(key, lockMode);
158 public static OperationStatus getSearchRecordNumber(Cursor cursor, argument
163 return cursor.getSearchRecordNumber(key, data, lockMode);
166 public static OperationStatus getSearchRecordNumber(SecondaryCursor cursor, argument
172 return cursor.getSearchRecordNumber(key, pKey, data, lockMode);
175 public static OperationStatus putAfter(Cursor cursor, argument
179 return cursor.putAfter(key, data);
182 public static OperationStatus putBefore(Cursor cursor, argument
186 return cursor
[all...]
/macosx-10.10/libpcap-48/libpcap/
H A Dpcapng.c45 * Block cursor - used when processing the contents of a block.
504 struct block_cursor *cursor, char *errbuf)
508 optp = get_from_block_data(cursor, sizeof(*opthdr), errbuf);
528 get_optvalue_from_block_data(struct block_cursor *cursor, argument
538 optvalue = get_from_block_data(cursor, padded_option_len, errbuf);
556 struct block_cursor cursor; local
565 cursor.block_type = block->pcapng_block_type;
566 cursor.data = pcap_ng_block_options_ptr(block);
567 cursor.data_remaining = block->pcapng_options_len;
569 while (get_opthdr_from_block_data(&opthdr, swapped, &cursor, NUL
503 get_opthdr_from_block_data(struct pcapng_option_header *opthdr, int swapped, struct block_cursor *cursor, char *errbuf) argument
605 struct block_cursor cursor; local
652 struct block_cursor cursor; local
974 struct block_cursor cursor; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/tests/
H A Dwidget.test29 option add *TestWidget.cursor ""
41 keep -background -foreground -cursor
49 keep -foreground -cursor -borderwidth -command
77 } {{-background background Background linen linen} {-borderwidth borderWidth BorderWidth 2 2} {-clientdata clientData ClientData {} {}} {-command command Command {} {}} {-cursor cursor Cursor {} {}} {-foreground foreground Foreground navy navy} {-highlight highlight Foreground white white} {-normal normal Background ivory ivory} {-status status Status {} {}} {-text text Text {} {}}}
85 {-cursor {-cursor cursor Cursor {} {}}}
106 {-cursor trek}
143 list [.testWidget0 component hull cget -cursor] \
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Din6_cga.c261 caddr_t cursor; local
276 cursor = output;
283 bcopy(&modifier->octets, cursor, sizeof (modifier->octets));
284 cursor += sizeof (modifier->octets);
286 *cursor++ = (char) collisions;
288 bcopy(&prefix->s6_addr[0], cursor, 8);
289 cursor += 8;
291 bcopy(in6_cga.cga_pubkey.iov_base, cursor, in6_cga.cga_pubkey.iov_len);
292 cursor += in6_cga.cga_pubkey.iov_len;
296 return ((ssize_t)(cursor
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/heimcred/
H A DHeimCredCoder.m242 UInt8 *cursor = [blob mutableBytes];
244 *((uint32_t *)cursor) = key_wrapped_size;
245 cursor += sizeof(key_wrapped_size);
247 memcpy(cursor, bulkKeyWrapped, key_wrapped_size);
248 cursor += key_wrapped_size;
255 cursor,
256 cursor + ctLen, &tagLen);
280 const uint8_t *cursor = CFDataGetBytePtr(blob);
295 memcpy(&wrapped_key_size, cursor, sizeof(wrapped_key_size));
297 cursor
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/JS/
H A DJSTestNondeterministic.cpp184 InputCursor& cursor = globalObject->inputCursor(); local
186 if (cursor.isCapturing()) {
188 cursor.appendInput<MemoizedDOMResult<int>>(bindingName.get().string(), memoizedResult, 0);
193 if (cursor.isReplaying()) {
195 MemoizedDOMResultBase* input = cursor.fetchInput<MemoizedDOMResultBase>();
221 InputCursor& cursor = globalObject->inputCursor(); local
223 if (cursor.isCapturing()) {
225 cursor.appendInput<MemoizedDOMResult<String>>(bindingName.get().string(), memoizedResult, 0);
230 if (cursor.isReplaying()) {
232 MemoizedDOMResultBase* input = cursor
258 InputCursor& cursor = globalObject->inputCursor(); local
296 InputCursor& cursor = globalObject->inputCursor(); local
336 InputCursor& cursor = globalObject->inputCursor(); local
465 InputCursor& cursor = exec->lexicalGlobalObject()->inputCursor(); local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dfcache.c719 krb5_cc_cursor *cursor);
724 krb5_cc_cursor *cursor)
732 *cursor = malloc(sizeof(struct fcc_cursor));
733 if (*cursor == NULL) {
737 memset(*cursor, 0, sizeof(struct fcc_cursor));
739 ret = init_fcc(context, id, "get-frist", &FCC_CURSOR(*cursor)->sp,
740 &FCC_CURSOR(*cursor)->fd, NULL);
742 free(*cursor);
743 *cursor = NULL;
746 ret = krb5_ret_principal (FCC_CURSOR(*cursor)
722 fcc_get_first(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
758 fcc_get_next(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor, krb5_creds *creds) argument
783 fcc_end_get(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
896 fcc_get_cache_first(krb5_context context, krb5_cc_cursor *cursor) argument
911 fcc_get_cache_next(krb5_context context, krb5_cc_cursor cursor, krb5_ccache *id) argument
961 fcc_end_cache_get(krb5_context context, krb5_cc_cursor cursor) argument
[all...]
H A Dmcache.c303 krb5_cc_cursor *cursor)
310 *cursor = m->creds;
317 krb5_cc_cursor *cursor,
326 l = *cursor;
328 *cursor = l->next;
339 krb5_cc_cursor *cursor)
377 mcc_get_cache_first(krb5_context context, krb5_cc_cursor *cursor) argument
394 *cursor = iter;
399 mcc_get_cache_next(krb5_context context, krb5_cc_cursor cursor, krb5_ccache *id) argument
401 struct mcache_iter *iter = cursor;
301 mcc_get_first(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
315 mcc_get_next(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor, krb5_creds *creds) argument
337 mcc_end_get(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
426 mcc_end_cache_get(krb5_context context, krb5_cc_cursor cursor) argument
[all...]
H A Dkeytab_file.c467 krb5_kt_cursor *cursor,
479 pos = krb5_storage_seek(cursor->sp, 0, SEEK_CUR);
481 ret = krb5_ret_int32(cursor->sp, &len);
485 pos = krb5_storage_seek(cursor->sp, -len, SEEK_CUR);
488 ret = krb5_kt_ret_principal (context, d, cursor->sp, &entry->principal);
491 ret = krb5_ret_uint32(cursor->sp, &utmp32);
495 ret = krb5_ret_int8(cursor->sp, &tmp8);
499 ret = krb5_kt_ret_keyblock (context, d, cursor->sp, &entry->keyblock);
505 curpos = krb5_storage_seek(cursor->sp, 0, SEEK_CUR);
507 ret = krb5_ret_int32(cursor
464 fkt_next_entry_int(krb5_context context, krb5_keytab id, krb5_keytab_entry *entry, krb5_kt_cursor *cursor, off_t *start, off_t *end) argument
531 fkt_next_entry(krb5_context context, krb5_keytab id, krb5_keytab_entry *entry, krb5_kt_cursor *cursor) argument
540 fkt_end_seq_get(krb5_context context, krb5_keytab id, krb5_kt_cursor *cursor) argument
761 krb5_kt_cursor cursor; local
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DMain.css53 cursor: default;
97 cursor: row-resize;
107 cursor: col-resize;
111 cursor: row-resize;
115 cursor: default;
152 cursor: row-resize;
162 cursor: default;
216 cursor: pointer;
272 cursor: pointer;
/macosx-10.10/BerkeleyDB-21/db/examples_c/csv/
H A Dload.c34 DBC *cursor; local
48 * last unique number allocated in this database by opening a cursor
51 if ((ret = db->cursor(db, NULL, &cursor, 0)) != 0) {
52 dbenv->err(dbenv, ret, "DB->cursor");
57 if ((ret = cursor->c_get(cursor, &key, &data, DB_LAST)) != 0)
61 dbenv->err(dbenv, ret, "DB->cursor: DB_LAST");
66 if ((ret = cursor->c_close(cursor)) !
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dndbm_wrap.c62 static DBC *cursor; variable
72 cursor = NULL;
116 if(cursor == NULL)
117 db->cursor(db, NULL, &cursor, 0);
118 if(cursor->c_get(cursor, &key, &value, flags) != 0) {
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A Dp12pbegen.c111 uint8_t *cursor = temp_buf; local
119 while (cursor < temp_buf + temp_buf_size) {
125 CC_SHA1_Final(cursor, &ctx);
130 CCDigest(kCCDigestSHA1, cursor, hash_outputsize, cursor);
138 uint8_t *A_i = concatenate_to_blocksize(cursor,
184 cursor += hash_outputsize;
/macosx-10.10/postfix-255/postfix/src/util/
H A Ddict_thash.c60 HTABLE_INFO **cursor; /* ditto */ member in struct:__anon11879
105 dict_thash->cursor = dict_thash->info;
108 if (dict_thash->cursor[0])
109 dict_thash->cursor += 1;
116 * Return the entry under the cursor.
118 if (dict_thash->cursor[0]) {
119 *key = dict_thash->cursor[0]->key;
120 *value = dict_thash->cursor[0]->value;
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dchangelog.vim147 let middles = {'%': '%', 'd': a:date, 'u': a:user, 'c': '{cursor}'}
161 " Position the cursor once we've done all the funky substitution.
163 if search('{cursor}') > 0
166 let cursor = stridx(line, '{cursor}')
167 call setline(lnum, substitute(line, '{cursor}', '', ''))
177 call cursor(1, 1)
184 call cursor(nextnonblank(line('.') + 1), 1)
193 call cursor(p + 1, 1)
201 " Make sure we have a cursor positionin
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drep015.tcl159 # Set up two cursors into each db. Randomly select a cursor
162 puts "\tRep$tnum.c: Transactional cursor deletes ($option)."
169 set mcurs($i) [eval {$db cursor} -txn $t]
179 set ccurs($i) [eval {$cdb cursor} -txn $ct]
184 # Randomly pick a cursor to operate on and do the next thing.
185 # At POSITION, we position that cursor. At DELETE, we delete
186 # the current item. At CLOSE, we close the cursor. At DONE,
222 # Close the client cursor too.
264 proc do_position { cursor i nentries option } {
267 set ret [$cursor ge
[all...]
/macosx-10.10/iodbc-42.5/iodbc/iodbcinst/
H A DSQLRemoveDriver.c145 int nCursor = pCfg->cursor;
164 pCfg->cursor = nCursor;
189 pCfg->cursor = nCursor;
/macosx-10.10/libxml2-26/libxml2/doc/
H A Dqueries.py28 c = DB.cursor()
61 c = DB.cursor()
90 c = DB.cursor()
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dunicodeout.rb90 oldCursor = $unicodeout_demo.cursor
91 $unicodeout_demo.cursor('watch')
114 $unicodeout_demo.cursor(oldCursor)
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dunicodeout.rb95 oldCursor = $unicodeout_demo.cursor
96 $unicodeout_demo.cursor('watch')
119 $unicodeout_demo.cursor(oldCursor)
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dunicodeout.tcl74 set oldCursor [$w cget -cursor]
75 $w conf -cursor watch
116 $w conf -cursor $oldCursor
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinCursor.c4 * This file contains Win32 specific cursor related routines.
22 TkCursor info; /* Generic cursor info used by tkCursor.c */
23 HCURSOR winCursor; /* Win32 cursor handle. */
24 int system; /* 1 if cursor is a system cursor, else 0. */
28 * The HAND cursor is only present when WINVER >= 0x0500. If this is not
29 * available at runtime, it will default to the unix-style cursor.
40 * The table below is used to map from the name of a predefined cursor to its
73 * The default cursor is used whenever no other cursor ha
250 TkpSetCursor( TkpCursor cursor) argument
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dsearch.c690 register unsigned char *cursor
692 unsigned char *base = cursor;
694 while (cursor < ceiling_addr)
696 unsigned char *scan_start = cursor;
699 while (*cursor != target && ++cursor < ceiling_addr)
703 the region from start to cursor is free of them. */
707 start_byte + cursor - base);
710 if (cursor < ceiling_addr)
715 return BYTE_TO_CHAR (start_byte + cursor
686 register unsigned char *cursor local
754 register unsigned char *cursor = BYTE_POS_ADDR (start_byte - 1); local
819 register unsigned char *cursor; local
1636 register unsigned char *cursor, *p_limit; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/transapp/
H A DMakefile9 cursor.html \
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/db/
H A DAccessExample.java144 Cursor cursor;
145 cursor = table.openCursor(null, null);
152 while (cursor.getNext(key, data, null) == OperationStatus.SUCCESS)
154 cursor.close();

Completed in 332 milliseconds

1234567891011>>