Home
last modified time | relevance | path

Searched defs:DbFixer (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/databases/sqlite2/sqlite-2.8.17/src/
H A DsqliteInt.h1080 typedef struct DbFixer DbFixer; typedef
1081 struct DbFixer { struct
1082 Parse *pParse; /* The parsing context. Error messages written here */
1083 const char *zDb; /* Make sure all objects are contained in this database */
1084 const char *zType; /* Type of the container - used for error messages */
1085 const Token *pName; /* Name of the container - used for error messages */
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A DsqliteInt.h1080 typedef struct DbFixer DbFixer; typedef
1081 struct DbFixer { struct
1082 Parse *pParse; /* The parsing context. Error messages written here */
1083 const char *zDb; /* Make sure all objects are contained in this database */
1084 const char *zType; /* Type of the container - used for error messages */
1085 const Token *pName; /* Name of the container - used for error messages */
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A DsqliteInt.h1076 typedef struct DbFixer DbFixer; typedef
1077 struct DbFixer { struct
1078 Parse *pParse; /* The parsing context. Error messages written here */
1079 const char *zDb; /* Make sure all objects are contained in this database */
1080 const char *zType; /* Type of the container - used for error messages */
1081 const Token *pName; /* Name of the container - used for error messages */
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A DsqliteInt.h1719 typedef struct DbFixer DbFixer; typedef
1720 struct DbFixer { struct
1721 Parse *pParse; /* The parsing context. Error messages written here */
1722 const char *zDb; /* Make sure all objects are contained in this database */
1723 const char *zType; /* Type of the container - used for error messages */
1724 const Token *pName; /* Name of the container - used for error messages */
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DsqliteInt.h3203 typedef struct DbFixer DbFixer; typedef
3204 struct DbFixer { struct
3205 Parse *pParse; /* The parsing context. Error messages written here */
3206 Schema *pSchema; /* Fix items to this schema */
3207 int bVarOnly; /* Check for variable references only */
3208 const char *zDb; /* Make sure all objects are contained in this database */
3209 const char *zType; /* Type of the container - used for error messages */
3210 const Token *pName; /* Name of the container - used for error messages */
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A DsqliteInt.h2380 typedef struct DbFixer DbFixer; typedef
2381 struct DbFixer { struct
2382 Parse *pParse; /* The parsing context. Error messages written here */
2383 const char *zDb; /* Make sure all objects are contained in this database */
2384 const char *zType; /* Type of the container - used for error messages */
2385 const Token *pName; /* Name of the container - used for error messages */
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DsqliteInt.h1142 typedef struct DbFixer DbFixer; typedef
3864 struct DbFixer { struct
3865 Parse *pParse; /* The parsing context. Error messages written here */
3866 Walker w; /* Walker object */
3867 Schema *pSchema; /* Fix items to this schema */
3868 u8 bTemp; /* True for TEMP schema entries */
3869 const char *zDb; /* Make sure all objects are contained in this database */
3870 const char *zType; /* Type of the container - used for error messages */
3871 const Token *pName; /* Name of the container - used for error messages */
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DsqliteInt.h3526 typedef struct DbFixer DbFixer; typedef
3527 struct DbFixer { struct
3528 Parse *pParse; /* The parsing context. Error messages written here */
3529 Schema *pSchema; /* Fix items to this schema */
3530 u8 bTemp; /* True for TEMP schema entries */
3531 const char *zDb; /* Make sure all objects are contained in this database */
3532 const char *zType; /* Type of the container - used for error messages */
3533 const Token *pName; /* Name of the container - used for error messages */
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DsqliteInt.h3599 typedef struct DbFixer DbFixer; typedef
3600 struct DbFixer { struct
3601 Parse *pParse; /* The parsing context. Error messages written here */
3602 Schema *pSchema; /* Fix items to this schema */
3603 u8 bTemp; /* True for TEMP schema entries */
3604 const char *zDb; /* Make sure all objects are contained in this database */
3605 const char *zType; /* Type of the container - used for error messages */
3606 const Token *pName; /* Name of the container - used for error messages */
/dports/www/gitea/gitea-1.16.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c14580 typedef struct DbFixer DbFixer; typedef
19267 struct DbFixer { struct
19268 Parse *pParse; /* The parsing context. Error messages written here */
19269 Walker w; /* Walker object */
19270 Schema *pSchema; /* Fix items to this schema */
19271 u8 bTemp; /* True for TEMP schema entries */
19272 const char *zDb; /* Make sure all objects are contained in this database */
19273 const char *zType; /* Type of the container - used for error messages */
19274 const Token *pName; /* Name of the container - used for error messages */
/dports/devel/fossil/fossil-src-2.17/src/
H A Dsqlite3.c14184 typedef struct DbFixer DbFixer; typedef
18822 struct DbFixer { struct
18823 Parse *pParse; /* The parsing context. Error messages written here */
18824 Walker w; /* Walker object */
18825 Schema *pSchema; /* Fix items to this schema */
18826 u8 bTemp; /* True for TEMP schema entries */
18827 const char *zDb; /* Make sure all objects are contained in this database */
18828 const char *zType; /* Type of the container - used for error messages */
18829 const Token *pName; /* Name of the container - used for error messages */
/dports/www/firefox/firefox-99.0/third_party/sqlite3/src/
H A Dsqlite3.c14268 typedef struct DbFixer DbFixer; typedef
18936 struct DbFixer { struct
18937 Parse *pParse; /* The parsing context. Error messages written here */
18938 Walker w; /* Walker object */
18939 Schema *pSchema; /* Fix items to this schema */
18940 u8 bTemp; /* True for TEMP schema entries */
18941 const char *zDb; /* Make sure all objects are contained in this database */
18942 const char *zType; /* Type of the container - used for error messages */
18943 const Token *pName; /* Name of the container - used for error messages */
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c12816 typedef struct DbFixer DbFixer; typedef
12817 struct DbFixer { struct
12818 Parse *pParse; /* The parsing context. Error messages written here */
12819 Schema *pSchema; /* Fix items to this schema */
12820 int bVarOnly; /* Check for variable references only */
12821 const char *zDb; /* Make sure all objects are contained in this database */
12822 const char *zType; /* Type of the container - used for error messages */
12823 const Token *pName; /* Name of the container - used for error messages */
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c12816 typedef struct DbFixer DbFixer; typedef
12817 struct DbFixer { struct
12818 Parse *pParse; /* The parsing context. Error messages written here */
12819 Schema *pSchema; /* Fix items to this schema */
12820 int bVarOnly; /* Check for variable references only */
12821 const char *zDb; /* Make sure all objects are contained in this database */
12822 const char *zType; /* Type of the container - used for error messages */
12823 const Token *pName; /* Name of the container - used for error messages */
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/wxsqlite3/sqlite3/secure/src/
H A Dsqlite3.c13971 typedef struct DbFixer DbFixer; typedef
13972 struct DbFixer { struct
13973 Parse *pParse; /* The parsing context. Error messages written here */
13974 Schema *pSchema; /* Fix items to this schema */
13975 int bVarOnly; /* Check for variable references only */
13976 const char *zDb; /* Make sure all objects are contained in this database */
13977 const char *zType; /* Type of the container - used for error messages */
13978 const Token *pName; /* Name of the container - used for error messages */
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c12649 typedef struct DbFixer DbFixer; typedef
12650 struct DbFixer { struct
12651 Parse *pParse; /* The parsing context. Error messages written here */
12652 Schema *pSchema; /* Fix items to this schema */
12653 int bVarOnly; /* Check for variable references only */
12654 const char *zDb; /* Make sure all objects are contained in this database */
12655 const char *zType; /* Type of the container - used for error messages */
12656 const Token *pName; /* Name of the container - used for error messages */
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.c12293 typedef struct DbFixer DbFixer; typedef
12294 struct DbFixer { struct
12295 Parse *pParse; /* The parsing context. Error messages written here */
12296 Schema *pSchema; /* Fix items to this schema */
12297 int bVarOnly; /* Check for variable references only */
12298 const char *zDb; /* Make sure all objects are contained in this database */
12299 const char *zType; /* Type of the container - used for error messages */
12300 const Token *pName; /* Name of the container - used for error messages */
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c12137 typedef struct DbFixer DbFixer; typedef
12138 struct DbFixer { struct
12139 Parse *pParse; /* The parsing context. Error messages written here */
12140 Schema *pSchema; /* Fix items to this schema */
12141 int bVarOnly; /* Check for variable references only */
12142 const char *zDb; /* Make sure all objects are contained in this database */
12143 const char *zType; /* Type of the container - used for error messages */
12144 const Token *pName; /* Name of the container - used for error messages */
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/sqlite/
H A Dsqlite3.c13753 typedef struct DbFixer DbFixer; typedef
13754 struct DbFixer { struct
13755 Parse *pParse; /* The parsing context. Error messages written here */
13756 Schema *pSchema; /* Fix items to this schema */
13757 int bVarOnly; /* Check for variable references only */
13758 const char *zDb; /* Make sure all objects are contained in this database */
13759 const char *zType; /* Type of the container - used for error messages */
13760 const Token *pName; /* Name of the container - used for error messages */
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/sqlite/
H A Dsqlite3.c13753 typedef struct DbFixer DbFixer; typedef
13754 struct DbFixer { struct
13755 Parse *pParse; /* The parsing context. Error messages written here */
13756 Schema *pSchema; /* Fix items to this schema */
13757 int bVarOnly; /* Check for variable references only */
13758 const char *zDb; /* Make sure all objects are contained in this database */
13759 const char *zType; /* Type of the container - used for error messages */
13760 const Token *pName; /* Name of the container - used for error messages */
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c12816 typedef struct DbFixer DbFixer; typedef
12817 struct DbFixer { struct
12818 Parse *pParse; /* The parsing context. Error messages written here */
12819 Schema *pSchema; /* Fix items to this schema */
12820 int bVarOnly; /* Check for variable references only */
12821 const char *zDb; /* Make sure all objects are contained in this database */
12822 const char *zType; /* Type of the container - used for error messages */
12823 const Token *pName; /* Name of the container - used for error messages */
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12816 typedef struct DbFixer DbFixer; typedef
12817 struct DbFixer { struct
12818 Parse *pParse; /* The parsing context. Error messages written here */
12819 Schema *pSchema; /* Fix items to this schema */
12820 int bVarOnly; /* Check for variable references only */
12821 const char *zDb; /* Make sure all objects are contained in this database */
12822 const char *zType; /* Type of the container - used for error messages */
12823 const Token *pName; /* Name of the container - used for error messages */
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12816 typedef struct DbFixer DbFixer; typedef
12817 struct DbFixer { struct
12818 Parse *pParse; /* The parsing context. Error messages written here */
12819 Schema *pSchema; /* Fix items to this schema */
12820 int bVarOnly; /* Check for variable references only */
12821 const char *zDb; /* Make sure all objects are contained in this database */
12822 const char *zType; /* Type of the container - used for error messages */
12823 const Token *pName; /* Name of the container - used for error messages */
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12816 typedef struct DbFixer DbFixer; typedef
12817 struct DbFixer { struct
12818 Parse *pParse; /* The parsing context. Error messages written here */
12819 Schema *pSchema; /* Fix items to this schema */
12820 int bVarOnly; /* Check for variable references only */
12821 const char *zDb; /* Make sure all objects are contained in this database */
12822 const char *zType; /* Type of the container - used for error messages */
12823 const Token *pName; /* Name of the container - used for error messages */
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12816 typedef struct DbFixer DbFixer; typedef
12817 struct DbFixer { struct
12818 Parse *pParse; /* The parsing context. Error messages written here */
12819 Schema *pSchema; /* Fix items to this schema */
12820 int bVarOnly; /* Check for variable references only */
12821 const char *zDb; /* Make sure all objects are contained in this database */
12822 const char *zType; /* Type of the container - used for error messages */
12823 const Token *pName; /* Name of the container - used for error messages */

1234567