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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c7661 int nBase; member in struct:fsdir_cursor
7738 pCur->nBase = 0;
7842 sqlite3_result_text(ctx, &pCur->zPath[pCur->nBase], -1, SQLITE_TRANSIENT);
7945 pCur->nBase = (int)strlen(pCur->zBase)+1;
H A Dsqlite3.c142491 int nBase = nExpr + bSeq + nData; /* Fields in sorter record */ local
155884 int nBase; /* Number of terms through the last non-Virtual */ member in struct:WhereClause
208166 u64 nBase = p->path.nUsed; local
[all...]

Completed in 892 milliseconds