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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c11977 char *zKey; /* nul-terminated key */ member in struct:IdxHashEntry
12063 ** If zKey is already present in the hash table, return non-zero and do
12064 ** nothing. Otherwise, add an entry with key zKey and payload string zVal to
12070 const char *zKey,
12073 int nKey = STRLEN(zKey);
12074 int iHash = idxHashString(zKey, nKey);
12079 if( STRLEN(pEntry->zKey)==nKey && 0==memcmp(pEntry->zKey, zKey, nKey) ){
12085 pEntry->zKey
12067 idxHashAdd( int *pRc, IdxHash *pHash, const char *zKey, const char *zVal ) argument
12104 idxHashFind(IdxHash *pHash, const char *zKey, int nKey) argument
12124 idxHashSearch(IdxHash *pHash, const char *zKey, int nKey) argument
26500 const char *zKey = azArg[2]; local
[all...]
H A Dsqlite3.c37231 kvstorageWrite( const char *zClass, const char *zKey, const char *zData ) argument
37256 kvstorageDelete(const char *zClass, const char *zKey) argument
37277 kvstorageRead( const char *zClass, const char *zKey, char *zBuf, int nBuf ) argument
37581 char zKey[30]; local
37598 sqlite3_snprintf(sizeof(zKey), zKey, "%u", pgno); local
37666 char zKey[30]; local
37674 sqlite3_snprintf(sizeof(zKey), zKey, "%u", pgno); local
37704 char zKey[50]; local
37710 sqlite3_snprintf(sizeof(zKey), zKey, "%u", pgno); local
130848 char *zKey = pFKey->aCol[0].zCol; /* Name of left-most parent key column */ local
131488 char *zKey = p->aCol[i].zCol; local
196576 char *zKey = (char *)fts3HashKey(pE); local
199111 fts3IncrmergeLoad( Fts3Table *p, sqlite3_int64 iAbsLevel, int iIdx, const char *zKey, int nKey, IncrmergeWriter *pWriter ) argument
199896 const char *zKey = pCsr->zTerm; local
205911 const char *zKey; local
234567 sqlite3Fts5ConfigSetValue( Fts5Config *pConfig, const char *zKey, sqlite3_value *pVal, int *pbBadkey ) argument
238264 char *zKey = fts5EntryKey(p); local
238276 char *zKey; local
238501 char *zKey = 0; local
238577 char *zKey = fts5EntryKey(p); local
[all...]

Completed in 429 milliseconds