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.h13938 const char *pText, int nText, /* Text to tokenize */
13975 const char *pText, int nText, /* Text to tokenize */
14219 const char *pText, int nText,
14244 const char *pText, int nText,
H A Dsqlite3.c14259 const char *pText, int nText, /* Text to tokenize */
14296 const char *pText, int nText, /* Text to tokenize */
14540 const char *pText, int nText,
14565 const char *pText, int nText,
240955 const char *pText, int nText, /* Text to tokenize */
240992 const char *pText, int nText, /* Text to tokenize */
241236 const char *pText, int nText,
241261 const char *pText, int nText,
241653 const char *pText, int nText, /* Text to tokenize */
245886 const char *pText, int nText, /* Text to tokenize */ argument
[all …]