Home
last modified time | relevance | path

Searched refs:aSqlString (Results 1 – 13 of 13) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/storage/
H A DmozStorageConnection.h260 int executeSql(sqlite3 *aNativeConnection, const char *aSqlString);
H A DmozStorageConnection.cpp1173 Connection::executeSql(sqlite3 *aNativeConnection, const char *aSqlString) in executeSql() argument
1179 int srv = ::sqlite3_exec(aNativeConnection, aSqlString, nullptr, nullptr, in executeSql()
1188 nsDependentCString statementString(aSqlString); in executeSql()
/dports/lang/spidermonkey60/firefox-60.9.0/storage/
H A DmozStorageConnection.h298 int executeSql(sqlite3 *aNativeConnection, const char *aSqlString);
H A DmozStorageConnection.cpp1146 int Connection::executeSql(sqlite3 *aNativeConnection, const char *aSqlString) { in executeSql() argument
1151 ::sqlite3_exec(aNativeConnection, aSqlString, nullptr, nullptr, nullptr); in executeSql()
1159 nsDependentCString statementString(aSqlString); in executeSql()
/dports/lang/spidermonkey78/firefox-78.9.0/storage/
H A DmozStorageConnection.h333 int executeSql(sqlite3* aNativeConnection, const char* aSqlString);
H A DmozStorageConnection.cpp1204 int Connection::executeSql(sqlite3* aNativeConnection, const char* aSqlString) { in executeSql() argument
1207 AUTO_PROFILER_LABEL_DYNAMIC_CSTR("Connection::executeSql", OTHER, aSqlString); in executeSql()
1211 ::sqlite3_exec(aNativeConnection, aSqlString, nullptr, nullptr, nullptr); in executeSql()
1219 nsDependentCString statementString(aSqlString); in executeSql()
/dports/www/firefox-esr/firefox-91.8.0/storage/
H A DmozStorageConnection.h345 int executeSql(sqlite3* aNativeConnection, const char* aSqlString);
H A DmozStorageConnection.cpp1313 int Connection::executeSql(sqlite3* aNativeConnection, const char* aSqlString) { in executeSql() argument
1316 AUTO_PROFILER_LABEL_DYNAMIC_CSTR("Connection::executeSql", OTHER, aSqlString); in executeSql()
1320 ::sqlite3_exec(aNativeConnection, aSqlString, nullptr, nullptr, nullptr); in executeSql()
1329 nsDependentCString statementString(aSqlString); in executeSql()
/dports/www/firefox/firefox-99.0/storage/
H A DmozStorageConnection.h349 int executeSql(sqlite3* aNativeConnection, const char* aSqlString);
H A DmozStorageConnection.cpp1315 int Connection::executeSql(sqlite3* aNativeConnection, const char* aSqlString) { in executeSql() argument
1318 AUTO_PROFILER_LABEL_DYNAMIC_CSTR("Connection::executeSql", OTHER, aSqlString); in executeSql()
1322 ::sqlite3_exec(aNativeConnection, aSqlString, nullptr, nullptr, nullptr); in executeSql()
1331 nsDependentCString statementString(aSqlString); in executeSql()
/dports/mail/thunderbird/thunderbird-91.8.0/storage/
H A DmozStorageConnection.h345 int executeSql(sqlite3* aNativeConnection, const char* aSqlString);
H A DmozStorageConnection.cpp1313 int Connection::executeSql(sqlite3* aNativeConnection, const char* aSqlString) { in executeSql() argument
1316 AUTO_PROFILER_LABEL_DYNAMIC_CSTR("Connection::executeSql", OTHER, aSqlString); in executeSql()
1320 ::sqlite3_exec(aNativeConnection, aSqlString, nullptr, nullptr, nullptr); in executeSql()
1329 nsDependentCString statementString(aSqlString); in executeSql()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/gloda/modules/
H A DGlodaDatastore.jsm3926 aSqlString,
3935 let statement = this._createAsyncStatement(aSqlString, true);