Home
last modified time | relevance | path

Searched defs:nDb (Results 1 - 2 of 2) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c15301 int nDb = 0; in recoverInit() local
H A Dsqlite3.c17016 int nDb; /* Number of backends currently in use */ member
42916 int nDb; /* Number of valid bytes in zDb */ findCreateFileMode() local
84439 int nDb; global() local
84460 int nDb; global() local
149671 int nDb; /* Number of attached databases */ global() local
160507 int nDb = pParse->db->nDb; global() local
174687 int iDb, nDb; global() local
180831 int nDb; /* Bytes required to hold database name */ global() local
185827 int nDb; /* Result of strlen(zDb) */ global() local
204683 int nDb; /* Length of string argv[1] */ global() local
206581 sqlite3_int64 nDb; /* Length of string argv[1] */ global() local
217014 int nDb = sqlite3Strlen30(zDb); global() local
217354 int nDb = sqlite3Strlen30(zDb); /* Length of zDb in bytes */ global() local
243661 int nDb = (int)strlen(zDb)+1; global() local
245411 sqlite3CodecInitContext(CodecContext *ctx, Btree *p, const void *zKey, int nKey, int nDb) global() argument
245713 sqlite3CodecAttach(sqlite3* db, int nDb, const void *pKey, int nKey) global() argument
245756 sqlite3CodecGetKey(sqlite3* db, int nDb, void **pKey, int *nKey) global() argument
[all...]

Completed in 183 milliseconds