Home
last modified time | relevance | path

Searched defs:pInput (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/ext/fts1/
H A Dsimple_tokenizer.c38 const char *pInput; /* input we are tokenizing */ member
92 const char *pInput, int nBytes, in simpleOpen()
H A Dfts1_tokenizer1.c35 const char *pInput; /* input we are tokenizing */ member
107 const char *pInput, int nBytes, /* String to be tokenized */ in simpleOpen()
/sqlite-3.40.0/ext/fts2/
H A Dfts2_tokenizer1.c45 const char *pInput; /* input we are tokenizing */ member
119 const char *pInput, int nBytes, /* String to be tokenized */ in simpleOpen()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_tokenizer1.c42 const char *pInput; /* input we are tokenizing */ member
115 const char *pInput, int nBytes, /* String to be tokenized */ in simpleOpen()
H A Dfts3_test.c385 const char *pInput, int nBytes, /* String to be tokenized */ in testTokenizerOpen()
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_main.c1347 FILE *pInput; in do_replay() local
/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c3545 SessionInput *pInput, /* Input changeset */ in sessionChangesetInvert()
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_sorted.c4602 MergeInput *pInput = &pMerge->aInput[i]; in mergeWorkerInit() local