Home
last modified time | relevance | path

Searched refs:Cursor (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A DvdbeInt.h63 struct Cursor { struct
81 typedef struct Cursor Cursor; argument
245 Cursor *aCsr; /* One element of this array for each open cursor */
294 void sqliteVdbeCleanupCursor(Cursor*);
299 int sqliteVdbeCursorMoveto(Cursor*);
H A Dbtree.h54 int (*Cursor)(Btree*, int iTable, int wrFlag, BtCursor **ppCur); member
120 (btOps(pBt)->Cursor(pBt, iTable, wrFlag, ppCur))
H A Dvdbe.c2548 Cursor *pC; in sqliteVdbeExec()
2641 Cursor *pC; in sqliteVdbeExec()
2799 Cursor *pC; in sqliteVdbeExec()
2922 Cursor *pC; in sqliteVdbeExec()
2996 Cursor *pC; in sqliteVdbeExec()
3055 Cursor *pC; in sqliteVdbeExec()
3122 Cursor *pC; in sqliteVdbeExec()
3234 Cursor *pC; in sqliteVdbeExec()
3327 Cursor *pC; in sqliteVdbeExec()
3356 Cursor *pC; in sqliteVdbeExec()
[all …]
H A Dvdbeaux.c730 void sqliteVdbeCleanupCursor(Cursor *pCx){ in sqliteVdbeCleanupCursor()
738 memset(pCx, 0, sizeof(Cursor)); in sqliteVdbeCleanupCursor()
1047 int sqliteVdbeCursorMoveto(Cursor *p){ in sqliteVdbeCursorMoveto()
/PHP-5.3/ext/oci8/tests/
H A Dbug42841.phpt27 type cursortype is ref Cursor;
116 echo "Test bug 43449: Cursor as function result\n";
169 Test bug 43449: Cursor as function result
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic13131 # Animated Cursor format
13179 # Animated Cursor format
/PHP-5.3/
H A DNEWS6072 - Added Cursor support for MySQL 5.0.x in mysqli (Georg)

Completed in 93 milliseconds