Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c9497 char *zKey; /* nul-terminated key */ member
9583 ** If zKey is already present in the hash table, return non-zero and do
9584 ** nothing. Otherwise, add an entry with key zKey and payload string zVal to
9590 const char *zKey, in idxHashAdd()
9593 int nKey = STRLEN(zKey); in idxHashAdd()
9594 int iHash = idxHashString(zKey, nKey); in idxHashAdd()
9599 if( STRLEN(pEntry->zKey)==nKey && 0==memcmp(pEntry->zKey, zKey, nKey) ){ in idxHashAdd()
9605 pEntry->zKey in idxHashAdd()
9587 idxHashAdd( int *pRc, IdxHash *pHash, const char *zKey, const char *zVal ) idxHashAdd() argument
9624 idxHashFind(IdxHash *pHash, const char *zKey, int nKey) idxHashFind() argument
9644 idxHashSearch(IdxHash *pHash, const char *zKey, int nKey) idxHashSearch() argument
23722 const char *zKey = azArg[2]; do_meta_command() local
[all...]
H A Dsqlite3.c35988 kvstorageWrite( const char *zClass, const char *zKey, const char *zData ) kvstorageWrite() argument
36013 kvstorageDelete(const char *zClass, const char *zKey) kvstorageDelete() argument
36034 kvstorageRead( const char *zClass, const char *zKey, char *zBuf, int nBuf ) kvstorageRead() argument
36338 char zKey[30]; kvvfsReadDb() local
36355 sqlite3_snprintf(sizeof(zKey), zKey, "%u", pgno); kvvfsReadDb() local
36422 char zKey[30]; kvvfsWriteDb() local
36430 sqlite3_snprintf(sizeof(zKey), zKey, "%u", pgno); kvvfsWriteDb() local
36460 char zKey[50]; kvvfsTruncateDb() local
36466 sqlite3_snprintf(sizeof(zKey), zKey, "%u", pgno); kvvfsTruncateDb() local
116752 char *zKey; global() local
127317 char *zKey = pFKey->aCol[0].zCol; /* Name of left-most parent key column */ global() local
127957 char *zKey = p->aCol[i].zCol; global() local
136777 const char *zKey = zRight; global() local
149758 char *zKey; global() local
176596 const char *zKey; global() local
191610 char *zKey = (char *)fts3HashKey(pE); global() local
194134 fts3IncrmergeLoad( Fts3Table *p, sqlite3_int64 iAbsLevel, int iIdx, const char *zKey, int nKey, IncrmergeWriter *pWriter ) global() argument
194918 const char *zKey = pCsr->zTerm; global() local
199318 jsonLabelCompare(JsonNode *pNode, const char *zKey, u32 nKey) global() argument
199349 const char *zKey; global() local
199883 const char *zKey; global() local
226227 sqlite3Fts5ConfigSetValue( Fts5Config *pConfig, const char *zKey, sqlite3_value *pVal, int *pbBadkey ) global() argument
229704 char *zKey = fts5EntryKey(p); global() local
229716 char *zKey; global() local
229939 char *zKey = 0; global() local
229993 char *zKey = fts5EntryKey(p); global() local
245262 sqlite3CodecSetPassword(KeyContext *keyCtx, const void *zKey, int nKey) global() argument
245341 sqlite3CodecInitKeyContext(CodecContext *ctx, Btree *p, const void *zKey, int nKey, int attachFlag, int hmacAlgo) global() argument
245411 sqlite3CodecInitContext(CodecContext *ctx, Btree *p, const void *zKey, int nKey, int nDb) global() argument
245414 sqlite3CodecInitContext(CodecContext *ctx, Btree *p, const void *zKey, int nKey) global() argument
[all...]

Completed in 181 milliseconds