OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pRowid
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.h
7702
int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *
pRowid
);
sqlite3.h
7702
int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *
pRowid
);
shell.c
8146
static int seriesRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *
pRowid
){
8148
*
pRowid
= pCur->iValue;
10519
static int fsdirRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *
pRowid
){
10521
*
pRowid
= pCur->iRowid;
11277
static int completionRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *
pRowid
){
11279
*
pRowid
= pCur->iRowid;
13740
sqlite_int64 *
pRowid
13762
(void)
pRowid
;
15253
sqlite_int64 *
pRowid
15258
(void)
pRowid
;
[
all
...]
shell.c
8146
static int seriesRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *
pRowid
){
8148
*
pRowid
= pCur->iValue;
10519
static int fsdirRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *
pRowid
){
10521
*
pRowid
= pCur->iRowid;
11277
static int completionRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *
pRowid
){
11279
*
pRowid
= pCur->iRowid;
13740
sqlite_int64 *
pRowid
13762
(void)
pRowid
;
15253
sqlite_int64 *
pRowid
15258
(void)
pRowid
;
[
all
...]
sqlite3.c
8023
int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *
pRowid
);
[
all
...]
sqlite3.c
8023
int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *
pRowid
);
[
all
...]
Completed in 336 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026