Home
last modified time | relevance | path

Searched defs:nKey (Results 1 – 9 of 9) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dhash.c71 static int intHash(const void *pKey, int nKey){ in intHash()
96 static int strHash(const void *pKey, int nKey){ in strHash()
107 static int binHash(const void *pKey, int nKey){ in binHash()
206 int nKey, in findElementGivenHash()
261 void *sqliteHashFind(const Hash *pH, const void *pKey, int nKey){ in sqliteHashFind()
290 void *sqliteHashInsert(Hash *pH, const void *pKey, int nKey, void *data){ in sqliteHashInsert()
H A Dbtree_rb.c58 int nKey; member
121 int nKey; member
690 static int memRbtreeKeyCompare(RbtCursor* pCur, const void *pKey, int nKey, in memRbtreeKeyCompare()
748 int nKey, in memRbtreeInsert()
874 int nKey, in memRbtreeMoveto()
H A Dbtree.h121 #define sqliteBtreeMoveto(pCur, pKey, nKey, pRes)\ argument
124 #define sqliteBtreeInsert(pCur, pKey, nKey, pData, nData) \ argument
133 #define sqliteBtreeKeyCompare(pCur, pKey, nKey, nIgnore, pRes)\ argument
H A Dattach.c98 int nKey; in sqliteAttach() local
H A Dhash.h53 void *pKey; int nKey; /* Key associated with this element */ member
H A Dvdbe.c156 static int AggInsert(Agg *p, char *zKey, int nKey){ in AggInsert()
2700 int nKey; /* Number of bytes in K */ in sqliteVdbeExec() local
2927 int nKey, iKey; in sqliteVdbeExec() local
3439 int nKey = pTos->n; in sqliteVdbeExec() local
4484 int nKey; in sqliteVdbeExec() local
H A DvdbeInt.h89 int nKey; /* Number of bytes in the key */ member
180 int nKey; /* Number of bytes in the key, including '\0' at end */ member
203 int nKey; /* Number of slots in aKey[] */ member
H A Dbtree.c187 u16 nKey; /* Number of bytes in the key */ member
1328 int nKey, /* Number of bytes in pKey */ in fileBtreeKeyCompare()
1585 int fileBtreeMoveto(BtCursor *pCur, const void *pKey, int nKey, int *pRes){ in fileBtreeMoveto()
1912 const void *pKey, int nKey, /* The key */ in fillInCell()
2621 const void *pKey, int nKey, /* The key of the new record */ in fileBtreeInsert()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c7345 const char *pKey; int nKey; /* Key associated with this element */ member
21755 static unsigned int strHash(const char *z, int nKey){ in strHash()
21842 int nKey, /* Bytes in key (not counting zero terminator) */ in findElementGivenHash()
21903 SQLITE_PRIVATE void *sqlite3HashFind(const Hash *pH, const char *pKey, int nKey){ in sqlite3HashFind()
21933 SQLITE_PRIVATE void *sqlite3HashInsert(Hash *pH, const char *pKey, int nKey, void *data){ in sqlite3HashInsert()

Completed in 359 milliseconds