Searched refs:pnOut (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/usr.sbin/makemandb/
H A Dcustom_apropos_tokenizer.c350 copy_stemmer(const char *zIn, size_t nIn, char *zOut, size_t *pnOut) argument
372 *pnOut = i;
379 * size of the output word (exclusive of the '\0' terminator) into *pnOut.
400 porter_stemmer(const char *zIn, size_t nIn, char *zOut, size_t *pnOut) argument
409 copy_stemmer(zIn, nIn, zOut, pnOut);
423 copy_stemmer(zIn, nIn, zOut, pnOut);
625 *pnOut = i = strlen(z);
640 do_stem(const char *zIn, size_t nIn, char *zOut, size_t *pnOut) argument
652 copy_stemmer(zIn, nIn, zOut, pnOut);
654 porter_stemmer(zIn, nIn, zOut, pnOut);
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h11704 int *pnOut /* OUT: Number of FK violations */
11757 ** is stored in *ppOut, the size of the same buffer is stored in *pnOut, and
11758 ** SQLITE_OK is returned. If an error occurs, both *pnOut and *ppOut are
11770 int *pnOut, void **ppOut /* OUT: Inverse of input */
11790 ** rc = sqlite3changegroup_output(pGrp, pnOut, ppOut);
11793 ** *pnOut = 0;
11804 int *pnOut, /* OUT: Number of bytes in output changeset */
11816 int *pnOut, void **ppOut /* OUT: Inverse of input */
12485 ** (*pnOut) to its size in bytes and SQLITE_OK returned. It is the
12487 ** sqlite3_free(). Otherwise, if an error occurs, (*ppOut) and (*pnOut)
[all...]
H A Dsqlite3.c12017 int *pnOut /* OUT: Number of FK violations */
12070 ** is stored in *ppOut, the size of the same buffer is stored in *pnOut, and
12071 ** SQLITE_OK is returned. If an error occurs, both *pnOut and *ppOut are
12083 int *pnOut, void **ppOut /* OUT: Inverse of input */
12103 ** rc = sqlite3changegroup_output(pGrp, pnOut, ppOut);
12106 ** *pnOut = 0;
12117 int *pnOut, /* OUT: Number of bytes in output changeset */
12129 int *pnOut, void **ppOut /* OUT: Inverse of input */
12798 ** (*pnOut) to its size in bytes and SQLITE_OK returned. It is the
12800 ** sqlite3_free(). Otherwise, if an error occurs, (*ppOut) and (*pnOut)
102841 vdbePmaReadVarint(PmaReader *p, u64 *pnOut) argument
185506 sqlite3Fts3ReadInt(const char *z, int *pnOut) argument
185530 fts3GobbleInt(const char **pp, int *pnOut) argument
187698 fts3TermSelect( Fts3Table *p, Fts3PhraseToken *pTok, int iColumn, int *pnOut, char **ppOut ) argument
193260 copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
193307 porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
228921 sessionChangegroupOutput( sqlite3_changegroup *pGrp, int (*xOutput)(void *pOut, const void *pData, int nData), void *pOut, int *pnOut, void **ppOut ) argument
229082 sqlite3changeset_concat( int nLeft, void *pLeft, int nRight , void *pRight, int *pnOut, void **ppOut ) argument
229267 sessionRebase( sqlite3_rebaser *p, sqlite3_changeset_iter *pIter, int (*xOutput)(void *pOut, const void *pData, int nData), void *pOut, int *pnOut, void **ppOut ) argument
229433 sqlite3rebaser_rebase( sqlite3_rebaser *p, int nIn, const void *pIn, int *pnOut, void **ppOut ) argument
246106 fts5IndexTombstoneRebuild( Fts5Index *p, Fts5StructureSegment *pSeg, Fts5Data *pData1, int iPg1, int szKey, int *pnOut, Fts5Data ***papOut ) argument
[all...]

Completed in 443 milliseconds