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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c155635 int nPrefix; /* Number of prior entries in the key */ member in struct:WhereLevel::__anon56::__anon57::InLoop
184452 int nPrefix; /* Prefix length (0 for main terms index) */ member in struct:Fts3Table::Fts3Index
185590 int nPrefix = 0; local
186461 int nPrefix = 0; /* Size of term prefix */ local
196172 int nPrefix; /* Number of bytes in term prefix */ local
196893 int nPrefix; /* Number of bytes of prefix compression */ local
197096 int nPrefix; /* Size of term prefix in bytes */ local
198635 int nPrefix = 0; /* Bytes to copy from previous term */ local
198727 int nPrefix; local
198827 int nPrefix; /* Size of term prefix in bytes */ local
198881 int nPrefix; /* Size of prefix shared with previous term */ local
230333 int nPrefix; /* Number of prefix indexes */ member in struct:Fts5Config
242997 int nPrefix; /* Bytes of prefix compression for term */ local
243925 int nPrefix = 0; local
[all...]
H A Dshell.c8177 int nPrefix, nLine; /* Number of bytes in zPrefix and zLine */ member in struct:completion_cursor
8280 sqlite3_free(pCur->zPrefix); pCur->zPrefix = 0; pCur->nPrefix = 0;
8402 if( pCur->nPrefix==0 ) break;
8403 if( pCur->nPrefix<=pCur->szRow
8404 && sqlite3_strnicmp(pCur->zPrefix, pCur->zCurrentRow, pCur->nPrefix)==0
8480 pCur->nPrefix = sqlite3_value_bytes(argv[iArg]);
8481 if( pCur->nPrefix>0 ){
8499 pCur->nPrefix = pCur->nLine - i;
8500 if( pCur->nPrefix>0 ){
8501 pCur->zPrefix = sqlite3_mprintf("%.*s", pCur->nPrefix, pCu
[all...]

Completed in 722 milliseconds