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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c17590 int nDb; /* Number of backends currently in use */ member in struct:sqlite3
44201 int nDb; /* Number of valid bytes in zDb */ local
86411 int nDb; local
86432 int nDb; local
153901 int nDb; /* Number of attached databases */ local
165115 int nDb = pParse->db->nDb; local
179463 int iDb, nDb; local
185725 int nDb; /* Bytes required to hold database name */ local
190791 int nDb; /* Result of strlen(zDb) */ local
212112 int nDb; /* Length of string argv[1] */ local
214040 sqlite3_int64 nDb; /* Length of string argv[1] */ local
224935 int nDb = sqlite3Strlen30(zDb); local
225314 int nDb = sqlite3Strlen30(zDb); /* Length of zDb in bytes */ local
254777 int nDb = (int)strlen(zDb)+1; local
[all...]
H A Dshell.c17907 int nDb = 0; local
17913 nDb = recoverStrlen(zDb);
17916 nByte = sizeof(sqlite3_recover) + nDb+1 + nUri+1;
17922 pRet->zUri = &pRet->zDb[nDb+1];
17923 memcpy(pRet->zDb, zDb, nDb);

Completed in 579 milliseconds