Searched refs:piRowid (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfulltext.c1372 /* Insert a row into the full-text index; set *piRowid to be the ID of the
1376 sqlite_int64 *piRowid){
1382 *piRowid = sqlite3_last_insert_rowid(v->db);
1386 rc = build_terms(&terms, v->pTokenizer, zText, *piRowid);
1391 rc = index_insert_term(v, HashKey(e), HashKeysize(e), *piRowid, p);
1374 index_insert(fulltext_vtab *v, sqlite3_value *pRequestRowid, const char *zText, sqlite_int64 *piRowid) argument
H A Dfts1.c1442 values ([piRowid], [pTerm], [iSegment], [doclist])
1443 ** Lets sqlite select rowid if piRowid is NULL, else uses *piRowid.
1445 ** NOTE(shess) piRowid is IN, with values of "space of int64" plus
1448 static int term_insert(fulltext_vtab *v, sqlite_int64 *piRowid, argument
1455 if( piRowid==NULL ){
1458 rc = sqlite3_bind_int64(s, 1, *piRowid);
3112 /* Insert a row into the %_content table; set *piRowid to be the ID of the
3116 sqlite_int64 *piRowid, fts1Hash *pTerms){
3121 *piRowid
3114 index_insert(fulltext_vtab *v, sqlite3_value *pRequestRowid, sqlite3_value **pValues, sqlite_int64 *piRowid, fts1Hash *pTerms) argument
[all...]
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c2618 static int newRowid(Rtree *pRtree, i64 *piRowid){ argument
2624 *piRowid = sqlite3_last_insert_rowid(pRtree->db);
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c4204 /* Insert a row into the %_content table; set *piRowid to be the ID of the
4208 sqlite3_value **pValues, sqlite_int64 *piRowid){
4214 *piRowid = sqlite3_last_insert_rowid(v->db);
4215 rc = initPendingTerms(v, *piRowid);
4218 return insertTerms(v, *piRowid, pValues);
4207 index_insert(fulltext_vtab *v, sqlite3_value *pRequestRowid, sqlite3_value **pValues, sqlite_int64 *piRowid) argument
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c126886 newRowid(Rtree *pRtree, i64 *piRowid) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c147313 newRowid(Rtree *pRtree, i64 *piRowid) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c147345 newRowid(Rtree *pRtree, i64 *piRowid) argument
[all...]

Completed in 3092 milliseconds