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

/netbsd-current/usr.sbin/makemandb/
H A Dcustom_apropos_tokenizer.c50 size_t nInput; /* size of the input */ member in struct:custom_apropos_tokenizer_cursor
89 aproposPorterOpen( sqlite3_tokenizer * pTokenizer, const char *zInput, int nInput, sqlite3_tokenizer_cursor ** ppCursor ) argument
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c170645 int nInput = p->pSrc->a[0].pTab->nCol; /* Number of cols returned by sub */ local
191559 getNextString( ParseContext *pParse, const char *zInput, int nInput, Fts3Expr **ppExpr ) argument
191701 int nInput = n; local
193014 int nInput; /* size of the input */ member in struct:porter_tokenizer_cursor
193055 porterOpen( sqlite3_tokenizer *pTokenizer, const char *zInput, int nInput, sqlite3_tokenizer_cursor **ppCursor ) argument
193907 int nInput; local
199727 fts3IncrmergeHintPush( Blob *pHint, i64 iAbsLevel, int nInput, int *pRc ) argument
202536 int nInput; /* Size of aInput[] in bytes */ member in struct:unicode_cursor
202714 unicodeOpen( sqlite3_tokenizer *p, const char *aInput, int nInput, sqlite3_tokenizer_cursor **pp ) argument
215181 int nInput; /* Size of utf-16 input string in bytes */ local
215469 icuOpen( sqlite3_tokenizer *pTokenizer, const char *zInput, int nInput, sqlite3_tokenizer_cursor **ppCursor ) argument
243306 int nInput; /* Number of input segments */ local
[all...]

Completed in 703 milliseconds