Searched refs:zKey (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dattach.c160 char *zKey; local
172 zKey = (char *)sqlite3_value_blob(argv[2]);
173 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
178 sqlite3CodecGetKey(db, 0, (void**)&zKey, &nKey);
180 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
H A Dvacuum.c173 char *zKey; local
174 sqlite3CodecGetKey(db, 0, (void**)&zKey, &nKey);
H A Dfkey.c191 char *zKey = pFKey->aCol[0].zCol; /* Name of left-most parent key column */ local
215 if( !zKey ) return 0;
216 if( !sqlite3StrICmp(pParent->aCol[pParent->iPKey].zName, zKey) ) return 0;
231 if( zKey==0 ){
232 /* If zKey is NULL, then this foreign key is implicitly mapped to
243 /* If zKey is non-NULL, then this foreign key was declared to
895 char *zKey = p->aCol[i].zCol; local
899 if( (zKey ? !sqlite3StrICmp(pCol->zName, zKey) : pCol->isPrimKey) ){
H A Dpragma.c1477 char zKey[40]; local
1481 zKey[i/2] = (h2 & 0x0f) | ((h1 & 0xf)<<4);
1484 sqlite3_key(db, zKey, i/2);
1486 sqlite3_rekey(db, zKey, i/2);
H A Dtest1.c668 const char *zKey; local
676 zKey = argv[2];
677 nKey = strlen(zKey);
679 sqlite3_key(db, zKey, nKey);
696 const char *zKey; local
704 zKey = argv[2];
705 nKey = strlen(zKey);
707 sqlite3_rekey(db, zKey, nKey);
H A Dvdbe.c4326 const char *zKey; local
4339 zKey = pIn2->z;
4340 rc = sqlite3BtreeInsert(pCrsr, zKey, nKey, "", 0, 0, pOp->p3,
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_write.c1250 char *zKey = (char *)fts3HashKey(pE); local
1252 if( nTerm==0 || (nKey>=nTerm && 0==memcmp(zKey, zTerm, nTerm)) ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c62734 const char *zKey; member in struct:vdbeExecUnion::OP_IdxInsert_stack_vars
76203 char *zKey; local
83483 char *zKey = pFKey->aCol[0].zCol; /* Name of left-most parent key column */ local
84187 char *zKey = p->aCol[i].zCol; local
89013 char zKey[40]; local
96538 char *zKey; local
121167 char *zKey = (char *)fts3HashKey(pE); local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c72722 const char *zKey; local
85437 char *zKey; local
93613 char *zKey = pFKey->aCol[0].zCol; /* Name of left-most parent key column */ local
94218 char *zKey = p->aCol[i].zCol; local
100523 char zKey[40]; local
109153 char *zKey; local
138380 char *zKey = (char *)fts3HashKey(pE); local
140852 fts3IncrmergeLoad( Fts3Table *p, sqlite3_int64 iAbsLevel, int iIdx, const char *zKey, int nKey, IncrmergeWriter *pWriter ) argument
141588 const char *zKey = pCsr->zTerm; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c72742 const char *zKey; local
85457 char *zKey; local
93633 char *zKey = pFKey->aCol[0].zCol; /* Name of left-most parent key column */ local
94238 char *zKey = p->aCol[i].zCol; local
100543 char zKey[40]; local
109173 char *zKey; local
138412 char *zKey = (char *)fts3HashKey(pE); local
140884 fts3IncrmergeLoad( Fts3Table *p, sqlite3_int64 iAbsLevel, int iIdx, const char *zKey, int nKey, IncrmergeWriter *pWriter ) argument
141620 const char *zKey = pCsr->zTerm; local
[all...]

Completed in 2472 milliseconds