Searched refs:xColumn (Results 1 – 3 of 3) sorted by relevance
/third_party/sqlite/include/ |
D | sqlite3.h | 6994 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int); member
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 81298 - fsdirColumn, /* xColumn - read data */ 82056 - completionColumn, /* xColumn - read data */ 82810 + seriesColumn, /* xColumn - read data */ 85830 + fsdirColumn, /* xColumn - read data */ 86638 - seriesColumn, /* xColumn - read data */ 86645 + completionColumn, /* xColumn - read data */ 99957 assert( pModule->xColumn ); 118933 - fsdirColumn, /* xColumn - read data */ 119691 - completionColumn, /* xColumn - read data */ 120445 + seriesColumn, /* xColumn - read data */ [all …]
|
/third_party/sqlite/src/ |
D | sqlite3.c | 7307 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int); member 94925 assert( pModule->xColumn ); 94936 rc = pModule->xColumn(pCur->uc.pVCur, &sContext, pOp->p2);
|