Searched refs:SQL_DELETE_DOCSIZE (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
D | fts3_write.c | 184 #define SQL_DELETE_DOCSIZE 19 macro 2669 fts3SqlExec(&rc, p, SQL_DELETE_DOCSIZE, apVal); in sqlite3Fts3UpdateMethod()
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 120292 #define SQL_DELETE_DOCSIZE 19 122777 fts3SqlExec(&rc, p, SQL_DELETE_DOCSIZE, apVal);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 125281 #define SQL_DELETE_DOCSIZE 19 128431 fts3SqlExec(&rc, p, SQL_DELETE_DOCSIZE, &pRowid);
|
/external/sqlite/dist/ |
D | sqlite3.c | 125329 #define SQL_DELETE_DOCSIZE 19 128479 fts3SqlExec(&rc, p, SQL_DELETE_DOCSIZE, &pRowid);
|