Home
last modified time | relevance | path

Searched refs:pInst (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5_tcl.c807 F5tTokenizerInstance *pInst; in f5tTokenizerCreate() local
810 pInst->interp = pMod->interp; in f5tTokenizerCreate()
812 pInst->pContext = pMod->pContext; in f5tTokenizerCreate()
813 Tcl_IncrRefCount(pInst->pScript); in f5tTokenizerCreate()
814 *ppOut = (Fts5Tokenizer*)pInst; in f5tTokenizerCreate()
823 Tcl_DecrRefCount(pInst->pScript); in f5tTokenizerDelete()
824 ckfree((char *)pInst); in f5tTokenizerDelete()
841 pOldCtx = pInst->pContext->pCtx; in f5tTokenizerTokenize()
844 pInst->pContext->pCtx = pCtx; in f5tTokenizerTokenize()
845 pInst->pContext->xToken = xToken; in f5tTokenizerTokenize()
[all …]