HomeSort by relevance Sort by last modified time
    Searched refs:nKey (Results 26 - 36 of 36) sorted by null

12

  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.h     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
sqlite.h.in     [all...]
tclsqlite.c     [all...]
test1.c 669 int nKey;
677 nKey = strlen(zKey);
679 sqlite3_key(db, zKey, nKey);
697 int nKey;
705 nKey = strlen(zKey);
707 sqlite3_rekey(db, zKey, nKey);
    [all...]
vdbeaux.c     [all...]
vdbe.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
  /external/sqlite/dist/orig/
sqlite3.h     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3.c 873 int nKey;
886 else if( isFts4 && fts3IsSpecialColumn(z, &nKey, &zVal) ){
891 if( nKey==9 && 0==sqlite3_strnicmp(z, "matchinfo", 9) ){
898 }else if( nKey==8 && 0==sqlite3_strnicmp(z, "compress", 8) ){
901 }else if( nKey==10 && 0==sqlite3_strnicmp(z, "uncompress", 10) ){
    [all...]
fts3_write.c     [all...]

Completed in 1115 milliseconds

12