Searched refs:pText (Results 1 – 4 of 4) sorted by relevance
| /src/stand/ficl/ |
| H A D | ficl.c | 333 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 D | ficl.h | 942 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);
|
| /src/contrib/sqlite3/ |
| H A D | sqlite3.h | 13378 const char *pText, int nText, /* Text to tokenize */ 13415 const char *pText, int nText, /* Text to tokenize */ 13659 const char *pText, int nText, 13684 const char *pText, int nText,
|
| H A D | sqlite3.c | 13697 const char *pText, int nText, /* Text to tokenize */ 13734 const char *pText, int nText, /* Text to tokenize */ 13978 const char *pText, int nText, 14003 const char *pText, int nText, 235148 const char *pText, int nText, /* Text to tokenize */ 235185 const char *pText, int nText, /* Text to tokenize */ 235429 const char *pText, int nText, 235454 const char *pText, int nText, 235847 const char *pText, int nText, /* Text to tokenize */ 240061 const char *pText, int nText, /* Text to tokenize */ [all …]
|