Searched refs:cursor (Results 126 - 150 of 1014) sorted by relevance

1234567891011>>

/macosx-10.10/libpcap-48/libpcap/
H A Dsf-pcap-ng.c221 * Block cursor - used when processing the contents of a block.
287 read_block(FILE *fp, pcap_t *p, struct block_cursor *cursor, char *errbuf) argument
359 * Initialize the cursor.
361 cursor->data = p->buffer + sizeof(bhdr);
362 cursor->data_remaining = bhdr.total_length - sizeof(bhdr) -
364 cursor->block_type = bhdr.block_type;
369 get_from_block_data(struct block_cursor *cursor, size_t chunk_size, argument
378 if (cursor->data_remaining < chunk_size) {
382 cursor->block_type);
389 data = cursor
396 get_opthdr_from_block_data(pcap_t *p, struct block_cursor *cursor, char *errbuf) argument
420 get_optvalue_from_block_data(struct block_cursor *cursor, struct option_header *opthdr, char *errbuf) argument
442 process_idb_options(pcap_t *p, struct block_cursor *cursor, u_int *tsresol, u_int64_t *tsoffset, char *errbuf) argument
560 add_interface(pcap_t *p, struct block_cursor *cursor, char *errbuf) argument
696 struct block_cursor cursor; local
1018 struct block_cursor cursor; local
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/dceutils/
H A Dk5dce.h159 #define krb5_cc_start_seq_get(cache, cursor) (*(cache)->ops->get_first)(cache, cursor)
160 #define krb5_cc_next_cred(cache, cursor, creds) (*(cache)->ops->get_next)(cache, cursor, creds)
162 #define krb5_cc_end_seq_get(cache, cursor) (*(cache)->ops->end_get)(cache, cursor)
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dks_mem.c111 void **cursor)
119 *cursor = iter;
128 void *cursor,
131 unsigned long *iter = cursor;
148 void *cursor)
150 free(cursor);
108 mem_iter_start(hx509_context context, hx509_certs certs, void *data, void **cursor) argument
125 mem_iter(hx509_context contexst, hx509_certs certs, void *data, void *cursor, hx509_cert *cert) argument
145 mem_iter_end(hx509_context context, hx509_certs certs, void *data, void *cursor) argument
/macosx-10.10/rsync-45/rsync/popt/
H A Dpopthelp.c497 static int singleOptionUsage(FILE * fp, int cursor, argument
510 return cursor; /* we did these already */
519 if (len == 3) return cursor;
524 if ((cursor + len) > 79) {
526 cursor = 7;
535 return cursor + len + 1;
545 static int itemUsage(FILE * fp, int cursor, poptItem item, int nitems, argument
561 cursor = singleOptionUsage(fp, cursor, opt, translation_domain);
566 return cursor;
574 singleTableUsage(poptContext con, FILE * fp, int cursor, const struct poptOption * opt, const char * translation_domain) argument
639 int cursor; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dmessagedialog.itk41 keep -background -cursor -font -foreground -modality
81 keep -background -bitmap -cursor -foreground -image
91 keep -background -cursor -font -foreground -text
H A Dpane.itk40 keep -background -cursor
74 keep -background -cursor
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Dbtree.t138 # create the cursor
139 ok 35, my $cursor = $db->db_cursor() ;
145 while ($cursor->c_get($k, $v, DB_NEXT) == 0) {
151 ok 36, $cursor->status() == DB_NOTFOUND ;
152 ok 37, $cursor->status() eq $DB_errors{'DB_NOTFOUND'};
160 for ( $status = $cursor->c_get($k, $v, DB_LAST) ;
162 $status = $cursor->c_get($k, $v, DB_PREV)) {
170 ok 42, $cursor->status() == $status ;
171 ok 43, $cursor->status() eq $status ;
176 ok 46, $cursor
[all...]
H A Dstrict.t115 # closing a cursor & a database
121 ok 26, my $cursor = $db->db_cursor() ;
122 ok 27, $cursor->c_close() == 0 ;
130 # closing a database with an open cursor
135 ok 31, my $cursor = $db->db_cursor() ;
137 ok 32, $@ =~ /\QBerkeleyDB Aborting: attempted to close a database with 1 open cursor(s) at/;
142 # closing a transaction & a cursor
157 ok 37, my $cursor = $db->db_cursor() ;
158 eval { $status = $cursor->c_close() ; } ;
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DCursorWin.cpp85 BITMAP cursor; local
86 GetObject(hCursor.get(), sizeof(BITMAP), &cursor);
87 auto andMask = adoptGDIObject(::CreateBitmap(cursor.bmWidth, cursor.bmHeight, 1, 1, 0));
88 auto xorMask = adoptGDIObject(::CreateCompatibleBitmap(dc, cursor.bmWidth, cursor.bmHeight));
94 BitBlt(andMaskDC.get(), 0, 0, cursor.bmWidth, cursor.bmHeight, workingDC.get(), 0, 0, SRCCOPY);
98 BitBlt(xorMaskDC.get(), 0, 0, cursor.bmWidth, cursor
[all...]
/macosx-10.10/libunwind-35.3/src/
H A DUnwindLevel1.c350 unw_cursor_t* cursor = (unw_cursor_t*)context; local
353 if ( unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS )
369 unw_cursor_t* cursor = (unw_cursor_t*)context; local
371 unw_get_reg(cursor, index, &result);
383 unw_cursor_t* cursor = (unw_cursor_t*)context; local
384 unw_set_reg(cursor, index, new_value);
393 unw_cursor_t* cursor = (unw_cursor_t*)context; local
395 unw_get_reg(cursor, UNW_REG_IP, &result);
407 unw_cursor_t* cursor = (unw_cursor_t*)context; local
408 unw_set_reg(cursor, UNW_REG_I
417 unw_cursor_t* cursor = (unw_cursor_t*)context; local
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dunicodeout.tcl54 set oldCursor [$w cget -cursor]
55 $w conf -cursor watch
78 $w conf -cursor $oldCursor
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/am/
H A DMakefile4 curget.html curput.html cursor.html delete.html get.html \
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/persist/txn/
H A DStoreWriter.java139 // Secondly, configure the cursor for dirty reads
153 EntityCursor<PayloadDataEntity> cursor = pdKey.entities(txn, cc);
156 for (PayloadDataEntity pdi : cursor) {
160 if (cursor != null) {
161 cursor.close();
/macosx-10.10/BerkeleyDB-21/db/mod_db4/
H A Dutils.c219 static void register_log_cursor(DB_LOGC *cursor) argument
221 skiplist_insert(&open_log_cursors, cursor);
224 static void unregister_log_cursor(DB_LOGC *cursor) argument
226 skiplist_remove(&open_log_cursors, cursor, NULL);
333 static int new_log_cursor_close(DB_LOGC *cursor, u_int32_t flags) argument
335 unregister_log_cursor(cursor);
336 return old_log_cursor_close(cursor, flags);
459 static int new_dbc_close(DBC *cursor) argument
461 unregister_cursor(cursor);
462 return old_dbc_close(cursor);
592 DBC *cursor; local
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dklist.c74 krb5_cc_cursor cursor; local
91 ret = krb5_cc_start_seq_get (context, ccache, &cursor);
101 &cursor,
111 ret = krb5_cc_end_seq_get (context, ccache, &cursor);
/macosx-10.10/Heimdal-398.1.2/kuser/
H A Dkdestroy.c107 krb5_cccol_cursor cursor; local
109 ret = krb5_cccol_cursor_new (context, &cursor);
113 while (krb5_cccol_cursor_next (context, cursor, &ccache) == 0 && ccache != NULL) {
121 krb5_cccol_cursor_free(context, &cursor);
/macosx-10.10/tcl-105/tk/tk/library/ttk/
H A Dmenubutton.tcl128 set State(oldcursor) [$mb cget -cursor]
131 $mb configure -cursor [$menu cget -cursor]
143 $mb configure -cursor $State(oldcursor)
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkCursor.c21 * A TkCursor structure exists for each cursor that is currently
31 int width, height; /* Dimensions of cursor (and data
33 int xHot, yHot; /* Location of cursor hot-spot. */
34 Tk_Uid fg, bg; /* Colors for cursor. */
35 Display *display; /* Display on which cursor will be used. */
54 * The following structure defines the implementation of the "cursor" Tcl
57 * of the color should be done by the configuration package when the cursor
62 "cursor", /* name */
79 * The return value is the X identifer for the desired cursor,
82 * The caller should never modify the cursor tha
[all...]
/macosx-10.10/tcl-105/tk84/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
29 * not available at runtime, it will default to the unix-style cursor.
36 * The table below is used to map from the name of a predefined cursor
68 * The default cursor is used whenever no other cursor ha
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecDbKeychainItem.c190 UInt8 *cursor; local
205 cursor = CFDataGetMutableBytePtr(blob);
207 *((uint32_t *)cursor) = version;
208 cursor += sizeof(version);
212 *((keyclass_t *)cursor) = actual_class;
213 cursor += sizeof(keyclass);
215 *((uint32_t *)cursor) = prot_length;
216 cursor += sizeof(prot_length);
218 CFDataGetBytes(ac_data, CFRangeMake(0, prot_length), cursor);
219 cursor
300 const uint8_t *cursor = CFDataGetBytePtr(blob); local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dsearch.c57 * Adjust cursor in vi mode to include the character under it
60 ((el)->el_line.cursor + (((el)->el_map.type == MAP_VI) && \
194 (void) fprintf(el->el_errfile, "cursor %d lastchar %d\n",
211 Char ch, *ocursor = el->el_line.cursor, oldpchar = pchar;
298 el->el_line.cursor +=
300 cp = c__next_word(el->el_line.cursor,
303 while (el->el_line.cursor < cp &&
304 *el->el_line.cursor != '\n') {
311 *el->el_line.cursor;
313 *el->el_line.cursor
[all...]
H A Dchared.c68 vu->cursor = (int)(el->el_line.cursor - el->el_line.buffer);
105 if (el->el_line.cursor < el->el_line.lastchar) {
107 for (cp = el->el_line.lastchar; cp >= el->el_line.cursor; cp--)
115 * Delete num characters after the cursor
121 if (el->el_line.cursor + num > el->el_line.lastchar)
122 num = (int)(el->el_line.lastchar - el->el_line.cursor);
126 cv_yank(el, el->el_line.cursor, num);
132 for (cp = el->el_line.cursor; cp <= el->el_line.lastchar; cp++)
141 * Delete the character after the cursor, d
[all...]
/macosx-10.10/libedit-40/src/
H A Dsearch.c57 * Adjust cursor in vi mode to include the character under it
60 ((el)->el_line.cursor + (((el)->el_map.type == MAP_VI) && \
196 (void) fprintf(el->el_errfile, "cursor %d lastchar %d\n",
213 Char ch, *ocursor = el->el_line.cursor, oldpchar = pchar;
300 el->el_line.cursor +=
302 cp = c__next_word(el->el_line.cursor,
305 while (el->el_line.cursor < cp &&
306 *el->el_line.cursor != '\n') {
313 *el->el_line.cursor;
315 *el->el_line.cursor
[all...]
H A Dchared.c68 vu->cursor = (int)(el->el_line.cursor - el->el_line.buffer);
105 if (el->el_line.cursor < el->el_line.lastchar) {
107 for (cp = el->el_line.lastchar; cp >= el->el_line.cursor; cp--)
115 * Delete num characters after the cursor
121 if (el->el_line.cursor + num > el->el_line.lastchar)
122 num = (int)(el->el_line.lastchar - el->el_line.cursor);
126 cv_yank(el, el->el_line.cursor, num);
132 for (cp = el->el_line.cursor; cp <= el->el_line.lastchar; cp++)
141 * Delete the character after the cursor, d
[all...]
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dsearch.c46 * Adjust cursor in vi mode to include the character under it
49 ((el)->el_line.cursor + (((el)->el_map.type == MAP_VI) && \
179 (void) fprintf(el->el_errfile, "cursor %d lastchar %d\n",
196 char ch, *ocursor = el->el_line.cursor, oldpchar = pchar;
282 el->el_line.cursor +=
284 cp = c__next_word(el->el_line.cursor,
287 while (el->el_line.cursor < cp &&
288 *el->el_line.cursor != '\n') {
295 *el->el_line.cursor;
297 *el->el_line.cursor
[all...]

Completed in 247 milliseconds

1234567891011>>