Searched refs:Cursor (Results 1 - 8 of 8) sorted by relevance
| /illumos-gate/usr/src/lib/libsqlite/src/ |
| H A D | btree.h | 57 int (*Cursor)(Btree*, int iTable, int wrFlag, BtCursor **ppCur); member in struct:BtOps 123 (btOps(pBt)->Cursor(pBt, iTable, wrFlag, ppCur))
|
| H A D | vdbe.c | 426 Cursor *aCsr = sqliteRealloc( p->aCsr, (mxCursor+1)*sizeof(Cursor) ); 429 memset(&p->aCsr[p->nCursor], 0, sizeof(Cursor)*(mxCursor+1-p->nCursor)); 2423 memset(&p->aCsr[i], 0, sizeof(Cursor)); 2473 Cursor *pCx; 2511 Cursor *pCx; 2559 Cursor *pC; 2652 Cursor *pC; 2810 Cursor *pC; 2933 Cursor *p [all...] |
| H A D | vdbeInt.h | 61 ** If the Cursor.isTriggerRow flag is set it means that this cursor is 63 ** a row trigger. The data for the row is stored in Cursor.pData and 64 ** the rowid is in Cursor.iKey. 66 struct Cursor { struct 84 typedef struct Cursor Cursor; typedef in typeref:struct:Cursor 248 Cursor *aCsr; /* One element of this array for each open cursor */ 297 void sqliteVdbeCleanupCursor(Cursor*); 302 int sqliteVdbeCursorMoveto(Cursor*);
|
| H A D | vdbeaux.c | 733 void sqliteVdbeCleanupCursor(Cursor *pCx){ 741 memset(pCx, 0, sizeof(Cursor)); 1050 int sqliteVdbeCursorMoveto(Cursor *p){
|
| /illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
| H A D | pmAccess.java | 295 frame.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR)); 306 frame.setCursor(Cursor.getDefaultCursor());
|
| H A D | pmInstallPrinter.java | 1550 frame.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR)); 1655 frame.setCursor(Cursor.getDefaultCursor());
|
| /illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/ |
| H A D | btx.S | 102 .set BDA_POS,0x450 # Cursor position 903 movw (%ebx),%dx # Cursor position
|
| /illumos-gate/usr/src/boot/sys/boot/i386/btx/btxldr/ |
| H A D | btxldr.S | 59 .set BDA_POS,0x450 # Cursor position 308 movw (%ebx),%dx # Cursor position
|
Completed in 82 milliseconds