Searched refs:index_update (Results 1 - 3 of 3) sorted by relevance

/external/lzma/xz-embedded/
H A Dxz_dec_stream.c299 static void index_update(struct xz_dec *s, const struct xz_buf *b) function
321 index_update(s, b);
698 index_update(s, b);
707 index_update(s, b);
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c3135 static int index_update(fulltext_vtab *v, sqlite_int64 iRow, function
3177 rc = index_update(v, rowid, &ppArg[2], &terms);
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c4238 static int index_update(fulltext_vtab *v, sqlite_int64 iRow, function
6290 rc = index_update(v, rowid, &ppArg[2]);

Completed in 141 milliseconds