Home
last modified time | relevance | path

Searched defs:pKey (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/sqlite3/tea/generic/
Dtclsqlite3.c2775 void *pKey; in DbObjCmd() local
3304 void *pKey = 0; in DbMain() local
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c7377 const char *pKey; int nKey; /* Key associated with this element */ member
21938 const char *pKey, /* The key we are searching for */ in findElementGivenHash()
22000 SQLITE_PRIVATE void *sqlite3HashFind(const Hash *pH, const char *pKey, int nKey){ in sqlite3HashFind()
22030 SQLITE_PRIVATE void *sqlite3HashInsert(Hash *pH, const char *pKey, int nKey, void *data){ in sqlite3HashInsert()
/freebsd-10-stable/contrib/sqlite3/
Dsqlite3.c11223 const char *pKey; /* Key associated with this element */ member
12262 const void *pKey; /* Key content for indexes. NULL for tables */ member