Sqlite3 3.50.2
Light weight SQL DB
|
Data Fields | |
sqlite3_vtab_cursor | base |
int | nLvl |
int | iLvl |
FsdirLevel * | aLvl |
const char * | zBase |
int | nBase |
STRUCT_STAT | sStat |
char * | zPath |
sqlite3_int64 | iRowid |
FsdirLevel* fsdir_cursor::aLvl |
Definition at line 8560 of file shell.c.
Referenced by fsdirNext(), and fsdirResetCursor().
sqlite3_vtab_cursor fsdir_cursor::base |
Definition at line 8556 of file shell.c.
Referenced by fsdirOpen(), and fsdirSetErrmsg().
int fsdir_cursor::iLvl |
Definition at line 8559 of file shell.c.
Referenced by fsdirNext(), fsdirOpen(), and fsdirResetCursor().
sqlite3_int64 fsdir_cursor::iRowid |
Definition at line 8567 of file shell.c.
Referenced by fsdirNext(), fsdirResetCursor(), and fsdirRowid().
int fsdir_cursor::nBase |
Definition at line 8563 of file shell.c.
Referenced by fsdirColumn(), fsdirFilter(), and fsdirResetCursor().
int fsdir_cursor::nLvl |
Definition at line 8558 of file shell.c.
Referenced by fsdirNext(), and fsdirResetCursor().
STRUCT_STAT fsdir_cursor::sStat |
Definition at line 8565 of file shell.c.
Referenced by fsdirColumn(), fsdirFilter(), and fsdirNext().
const char* fsdir_cursor::zBase |
Definition at line 8562 of file shell.c.
Referenced by fsdirFilter(), and fsdirResetCursor().
char* fsdir_cursor::zPath |
Definition at line 8566 of file shell.c.
Referenced by fsdirColumn(), fsdirEof(), fsdirFilter(), fsdirNext(), and fsdirResetCursor().