Searched refs:pText (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/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);
|
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | sqlite3.h | 13116 const char *pText, int nText, /* Text to tokenize */ 13355 const char *pText, int nText,
|
| H A D | sqlite3.c | 13668 const char *pText, int nText, 231977 const char *pText, int nText, 236397 if( pText==0 ) return SQLITE_OK; 251483 const char *pText, int nText, 254065 const char *pText, int nText, 254084 while( is<nText && ((pText[is]&0x80)==0 && a[(int)pText[is]]==0) ){ 254091 while( ie<nText && ((pText[ie]&0x80) || a[(int)pText[ie]] ) ){ 254106 asciiFold(pFold, &pText[is], nByte); 254392 const char *pText, int nText, 255198 const char *pText, int nText, [all …]
|