| /sqlite-3.40.0/tool/ |
| H A D | loadfts.c | 85 static void error_out(const char *zText){ in error_out() 94 static void sqlite_error_out(const char *zText, sqlite3 *db){ in sqlite_error_out()
|
| H A D | lemon.c | 3798 PRIVATE char *append_str(const char *zText, int n, int p1, int p2){ in append_str()
|
| /sqlite-3.40.0/src/ |
| H A D | os_win.c | 1676 static LPWSTR winUtf8ToUnicode(const char *zText){ in winUtf8ToUnicode() 1704 char *zText; in winUnicodeToUtf8() local 1729 static LPWSTR winMbcsToUnicode(const char *zText, int useAnsi){ in winMbcsToUnicode() 1760 char *zText; in winUnicodeToMbcs() local 1785 static char *winMbcsToUtf8(const char *zText, int useAnsi){ in winMbcsToUtf8() 1803 static char *winUtf8ToMbcs(const char *zText, int useAnsi){ in winUtf8ToMbcs() 1819 LPWSTR sqlite3_win32_utf8_to_unicode(const char *zText){ in sqlite3_win32_utf8_to_unicode() 1851 char *sqlite3_win32_mbcs_to_utf8(const char *zText){ in sqlite3_win32_mbcs_to_utf8() 1867 char *sqlite3_win32_mbcs_to_utf8_v2(const char *zText, int useAnsi){ in sqlite3_win32_mbcs_to_utf8_v2() 1883 char *sqlite3_win32_utf8_to_mbcs(const char *zText){ in sqlite3_win32_utf8_to_mbcs() [all …]
|
| H A D | printf.c | 937 const char *zText; in sqlite3RecordErrorByteOffset() local 1079 char *zText; in strAccumFinishRealloc() local
|
| H A D | pragma.c | 46 static const char zText[] = "onoffalseyestruextrafull"; in getSafetyLevel() local 2736 const char *zText = (const char*)sqlite3_value_text(argv[i]); in pragmaVtabFilter() local
|
| H A D | func.c | 1089 char *zText = pStr->zText; in sqlite3QuoteValue() local 1910 const char *zText = sqlite3_str_value(pAccum); in groupConcatValue() local
|
| H A D | shell.c.in | 1099 char zText[1]; /* Text to display for this row */ member 2013 static void eqp_append(ShellState *p, int iEqpId, int p2, const char *zText){ 4980 const char *zText = (const char*)sqlite3_value_text(argv[0]); local 5235 static char **readline_completion(const char *zText, int iStart, int iEnd){ 11411 static void printBold(const char *zText){ 11426 static void printBold(const char *zText){
|
| H A D | test_quota.c | 1879 const char *zText; /* Text to compare agains the pattern */ in test_quota_glob() local
|
| H A D | sqliteInt.h | 3935 char *zText; /* The string collected so far */ member
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_storage.c | 418 const char *zText; in fts5StorageDeleteFromIndex() local 627 const char *zText = (const char*)sqlite3_column_text(pScan, ctx.iCol+1); in sqlite3Fts5StorageRebuild() local 753 const char *zText = (const char*)sqlite3_value_text(apVal[ctx.iCol+2]); in sqlite3Fts5StorageIndexInsert() local 931 const char *zText = (const char*)sqlite3_column_text(pScan, i+1); in sqlite3Fts5StorageIntegrity() local
|
| H A D | fts5_tcl.c | 298 char *zText = Tcl_GetStringFromObj(objv[2], &nText); in xF5tApi() local 687 char *zText; in f5tTokenize() local
|
| H A D | fts5_expr.c | 301 Fts5Config *pConfig, int bGlob, int iCol, const char *zText, Fts5Expr **pp in sqlite3Fts5ExprPattern() 2696 char *zText; in fts5ExprFunction() local
|
| H A D | fts5_main.c | 1258 const char *zText = (const char*)sqlite3_value_text(apVal[i]); in fts5FilterMethod() local 1287 const char *zText = (const char*)sqlite3_value_text(apVal[i]); in fts5FilterMethod() local
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_win32.c | 142 static LPWSTR win32Utf8ToUnicode(lsm_env *pEnv, const char *zText){ in win32Utf8ToUnicode() 169 char *zText; in win32UnicodeToUtf8() local
|
| /sqlite-3.40.0/ext/session/ |
| H A D | session_speed_test.c | 37 const char *zText; /* Name of command line option */ member
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fulltext.c | 1301 const char *zText, sqlite_int64 iDocid){ in build_terms() 1387 sqlite3_value *pRequestRowid, const char *zText, in index_insert() 1440 char *zText; in index_delete() local
|
| H A D | fts1.c | 2971 const char *zText, int iColumn){ in buildTerms() 3087 char *zText = (char*)sqlite3_value_text(pValues[i]); in insertTerms() local
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_write.c | 791 const char *zText, /* Text of document to be inserted */ in fts3PendingTermsAdd() 930 const char *zText = (const char *)sqlite3_value_text(apVal[i]); in fts3InsertTerms() local 1086 const char *zText = (const char *)sqlite3_column_text(pSelect, i); in fts3DeleteTerms() local 3090 const unsigned char *zText = sqlite3_column_text(pStmt, iCol); in fts3ReadEndBlockField() local 5329 const char *zText = (const char *)sqlite3_column_text(pStmt, iCol+1); in fts3IntegrityCheck() local 5509 const char *zText = (const char *)sqlite3_column_text(pCsr->pStmt, i+1); in sqlite3Fts3CacheDeferredDoclists() local
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | sqlite3recover.c | 763 const char *zText = (const char*)sqlite3_value_text(argv[0]); in recoverEscapeCrnl() local
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 3892 const char *zText, int iColumn){ in buildTerms() 3953 char *zText = (char*)sqlite3_value_text(pValues[i]); in insertTerms() local
|