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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c19742 int nTab; /* Number of previously allocated VDBE cursors */ member in struct:Parse
123749 int nTab = pParse->nTab; local
228166 int nTab = 0; /* Result of sqlite3Strlen30(zTab) */ local
254778 int nTab = (int)strlen(zTab)+1; local
[all...]
H A Dshell.c12538 int nTab; local
12547 nTab = STRLEN(zTab);
12548 nByte = sizeof(IdxTable) + nTab + 1;
12611 if( ALWAYS(pNew->zName!=0) ) memcpy(pNew->zName, zTab, nTab+1);

Completed in 1000 milliseconds