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.h13952 const char *pText, int nText, /* Text to tokenize */
13989 const char *pText, int nText, /* Text to tokenize */
14233 const char *pText, int nText,
14258 const char *pText, int nText,
H A Dsqlite3.c14273 const char *pText, int nText, /* Text to tokenize */
14310 const char *pText, int nText, /* Text to tokenize */
14554 const char *pText, int nText,
14579 const char *pText, int nText,
241687 const char *pText, int nText, /* Text to tokenize */
241724 const char *pText, int nText, /* Text to tokenize */
241968 const char *pText, int nText,
241993 const char *pText, int nText,
242385 const char *pText, int nText, /* Text to tokenize */
246618 const char *pText, int nText, /* Text to tokenize */ argument
[all …]