Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dficl.c333 int ficlEvaluate(FICL_VM *pVM, char *pText) in ficlEvaluate() argument
338 returnValue = ficlExecC(pVM, pText, -1); in ficlEvaluate()
362 int ficlExec(FICL_VM *pVM, char *pText) in ficlExec() argument
364 return ficlExecC(pVM, pText, -1); in ficlExec()
367 int ficlExecC(FICL_VM *pVM, char *pText, FICL_INT size) in ficlExecC() argument
381 size = strlen(pText); in ficlExecC()
383 vmPushTib(pVM, pText, size, &saveTib); in ficlExecC()
H A Dficl.h942 int ficlEvaluate(FICL_VM *pVM, char *pText);
970 int ficlExec (FICL_VM *pVM, char *pText);
971 int ficlExecC(FICL_VM *pVM, char *pText, FICL_INT nChars);
/freebsd/contrib/sqlite3/
H A Dsqlite3.h13116 const char *pText, int nText, /* Text to tokenize */
13355 const char *pText, int nText,
H A Dsqlite3.c13429 const char *pText, int nText, /* Text to tokenize */
13668 const char *pText, int nText,
231738 const char *pText, int nText, /* Text to tokenize */
231977 const char *pText, int nText,
232302 const char *pText, int nText, /* Text to tokenize */
236393 const char *pText, int nText, /* Text to tokenize */
236397 if( pText==0 ) return SQLITE_OK;
236399 pConfig->pTok, pCtx, flags, pText, nText, xToken
251483 const char *pText, int nText,
251490 pTab->pConfig, FTS5_TOKENIZE_AUX, pText, nText, pUserData, xToken
[all …]