Home
last modified time | relevance | path

Searched refs:pRc (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/lsm1/lsm-test/
H A Dlsmtest7.c27 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm()
35 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm()
124 testCaseFinish(*pRc); in do_test_api1()
132 int *pRc in newLsmConnection() argument
135 if( *pRc==0 ){ in newLsmConnection()
139 if( *pRc==0 ){ in newLsmConnection()
149 if( *pRc==0 ){ in testPagesize()
168 if( *pRc==0 && testCaseBegin(pRc, zPattern, "api2.lsm") ){ in do_test_api2()
196 testCaseFinish(*pRc); in do_test_api2()
204 do_test_api1(zPattern, pRc); in test_api()
[all …]
H A Dlsmtest2.c103 if( *pRc==0 ){ in testCompareStr()
106 *pRc = 1; in testCompareStr()
122 *pRc = 1; in testCompareInt()
133 *pRc = 0; in testCaseStart()
148 if( *pRc==0 ){ in testCaseBegin()
184 int *pRc in testSetupSavedLsmdb() argument
186 if( *pRc==0 ){ in testSetupSavedLsmdb()
195 *pRc = rc; in testSetupSavedLsmdb()
214 if( *pRc==0 ){ in testCompareCksumLsmdb()
407 pRc in crash_test2()
[all …]
H A Dlsmtest8.c30 int *pRc in doSetupStep() argument
34 if( *pRc==0 ){ in doSetupStep()
46 if( *pRc==0 ){ in doSetupStep()
86 if( *pRc==0 ){ in testReadFile()
90 *pRc = 1; in testReadFile()
110 int *pRc in testWriteFile() argument
112 if( *pRc==0 ){ in testWriteFile()
116 *pRc = 1; in testWriteFile()
204 *pRc = rc; in doLiveRecovery()
233 *pRc = rc; in doWriterCrash1()
[all …]
H A Dlsmtest.h158 TestDb *testOpen(const char *zSystem, int, int *pRc);
159 void testReopen(TestDb **ppDb, int *pRc);
169 void testBegin(TestDb *pDb, int iTrans, int *pRc);
170 void testCommit(TestDb *pDb, int iTrans, int *pRc);
200 void do_crash_test(const char *zPattern, int *pRc);
213 void test_oom(const char *zPattern, int *pRc);
221 void test_api(const char *zPattern, int *pRc);
263 void test_data_1(const char *, const char *, int *pRc);
264 void test_data_2(const char *, const char *, int *pRc);
265 void test_data_3(const char *, const char *, int *pRc);
[all …]
H A Dlsmtest1.c164 int rc = *pRc; in testDbContents()
226 *pRc = rc; in testDbContents()
255 if( *pRc==0 ){ in testReopenRecover()
261 *pRc = tdb_open(zLib, 0, 0, ppDb); in testReopenRecover()
335 *pRc = rc; in doDataTest1()
382 int *pRc in testCompareDb() argument
392 if( *pRc==0 ){ in testCompareDb()
414 for(i=0; i<nData && *pRc==0; i++){ in testCompareDb()
480 *pRc = rc; in doDataTest2()
555 int rc = *pRc; in doDataTest3()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/lsm1/lsm-test/
H A Dlsmtest7.c27 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm()
35 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm()
124 testCaseFinish(*pRc); in do_test_api1()
132 int *pRc in newLsmConnection() argument
135 if( *pRc==0 ){ in newLsmConnection()
139 if( *pRc==0 ){ in newLsmConnection()
149 if( *pRc==0 ){ in testPagesize()
168 if( *pRc==0 && testCaseBegin(pRc, zPattern, "api2.lsm") ){ in do_test_api2()
196 testCaseFinish(*pRc); in do_test_api2()
204 do_test_api1(zPattern, pRc); in test_api()
[all …]
H A Dlsmtest2.c103 if( *pRc==0 ){ in testCompareStr()
106 *pRc = 1; in testCompareStr()
122 *pRc = 1; in testCompareInt()
133 *pRc = 0; in testCaseStart()
148 if( *pRc==0 ){ in testCaseBegin()
184 int *pRc in testSetupSavedLsmdb() argument
186 if( *pRc==0 ){ in testSetupSavedLsmdb()
195 *pRc = rc; in testSetupSavedLsmdb()
214 if( *pRc==0 ){ in testCompareCksumLsmdb()
407 pRc in crash_test2()
[all …]
H A Dlsmtest8.c30 int *pRc in doSetupStep() argument
34 if( *pRc==0 ){ in doSetupStep()
46 if( *pRc==0 ){ in doSetupStep()
86 if( *pRc==0 ){ in testReadFile()
90 *pRc = 1; in testReadFile()
110 int *pRc in testWriteFile() argument
112 if( *pRc==0 ){ in testWriteFile()
116 *pRc = 1; in testWriteFile()
204 *pRc = rc; in doLiveRecovery()
233 *pRc = rc; in doWriterCrash1()
[all …]
H A Dlsmtest.h159 TestDb *testOpen(const char *zSystem, int, int *pRc);
160 void testReopen(TestDb **ppDb, int *pRc);
170 void testBegin(TestDb *pDb, int iTrans, int *pRc);
171 void testCommit(TestDb *pDb, int iTrans, int *pRc);
201 void do_crash_test(const char *zPattern, int *pRc);
214 void test_oom(const char *zPattern, int *pRc);
222 void test_api(const char *zPattern, int *pRc);
264 void test_data_1(const char *, const char *, int *pRc);
265 void test_data_2(const char *, const char *, int *pRc);
266 void test_data_3(const char *, const char *, int *pRc);
[all …]
H A Dlsmtest1.c164 int rc = *pRc; in testDbContents()
226 *pRc = rc; in testDbContents()
255 if( *pRc==0 ){ in testReopenRecover()
261 *pRc = tdb_open(zLib, 0, 0, ppDb); in testReopenRecover()
339 *pRc = rc; in doDataTest1()
386 int *pRc in testCompareDb() argument
396 if( *pRc==0 ){ in testCompareDb()
418 for(i=0; i<nData && *pRc==0; i++){ in testCompareDb()
484 *pRc = rc; in doDataTest2()
559 int rc = *pRc; in doDataTest3()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/lsm1/lsm-test/
H A Dlsmtest7.c27 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm()
35 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm()
124 testCaseFinish(*pRc); in do_test_api1()
132 int *pRc in newLsmConnection() argument
135 if( *pRc==0 ){ in newLsmConnection()
139 if( *pRc==0 ){ in newLsmConnection()
149 if( *pRc==0 ){ in testPagesize()
168 if( *pRc==0 && testCaseBegin(pRc, zPattern, "api2.lsm") ){ in do_test_api2()
196 testCaseFinish(*pRc); in do_test_api2()
204 do_test_api1(zPattern, pRc); in test_api()
[all …]
H A Dlsmtest2.c103 if( *pRc==0 ){ in testCompareStr()
106 *pRc = 1; in testCompareStr()
122 *pRc = 1; in testCompareInt()
133 *pRc = 0; in testCaseStart()
148 if( *pRc==0 ){ in testCaseBegin()
184 int *pRc in testSetupSavedLsmdb() argument
186 if( *pRc==0 ){ in testSetupSavedLsmdb()
195 *pRc = rc; in testSetupSavedLsmdb()
214 if( *pRc==0 ){ in testCompareCksumLsmdb()
407 pRc in crash_test2()
[all …]
H A Dlsmtest8.c30 int *pRc in doSetupStep() argument
34 if( *pRc==0 ){ in doSetupStep()
46 if( *pRc==0 ){ in doSetupStep()
86 if( *pRc==0 ){ in testReadFile()
90 *pRc = 1; in testReadFile()
110 int *pRc in testWriteFile() argument
112 if( *pRc==0 ){ in testWriteFile()
116 *pRc = 1; in testWriteFile()
204 *pRc = rc; in doLiveRecovery()
233 *pRc = rc; in doWriterCrash1()
[all …]
H A Dlsmtest.h159 TestDb *testOpen(const char *zSystem, int, int *pRc);
160 void testReopen(TestDb **ppDb, int *pRc);
170 void testBegin(TestDb *pDb, int iTrans, int *pRc);
171 void testCommit(TestDb *pDb, int iTrans, int *pRc);
201 void do_crash_test(const char *zPattern, int *pRc);
214 void test_oom(const char *zPattern, int *pRc);
222 void test_api(const char *zPattern, int *pRc);
264 void test_data_1(const char *, const char *, int *pRc);
265 void test_data_2(const char *, const char *, int *pRc);
266 void test_data_3(const char *, const char *, int *pRc);
[all …]
H A Dlsmtest1.c164 int rc = *pRc; in testDbContents()
226 *pRc = rc; in testDbContents()
255 if( *pRc==0 ){ in testReopenRecover()
261 *pRc = tdb_open(zLib, 0, 0, ppDb); in testReopenRecover()
339 *pRc = rc; in doDataTest1()
386 int *pRc in testCompareDb() argument
396 if( *pRc==0 ){ in testCompareDb()
418 for(i=0; i<nData && *pRc==0; i++){ in testCompareDb()
484 *pRc = rc; in doDataTest2()
559 int rc = *pRc; in doDataTest3()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/lsm1/lsm-test/
H A Dlsmtest7.c27 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm()
35 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm()
124 testCaseFinish(*pRc); in do_test_api1()
132 int *pRc in newLsmConnection() argument
135 if( *pRc==0 ){ in newLsmConnection()
139 if( *pRc==0 ){ in newLsmConnection()
149 if( *pRc==0 ){ in testPagesize()
168 if( *pRc==0 && testCaseBegin(pRc, zPattern, "api2.lsm") ){ in do_test_api2()
196 testCaseFinish(*pRc); in do_test_api2()
204 do_test_api1(zPattern, pRc); in test_api()
[all …]
H A Dlsmtest2.c103 if( *pRc==0 ){ in testCompareStr()
106 *pRc = 1; in testCompareStr()
122 *pRc = 1; in testCompareInt()
133 *pRc = 0; in testCaseStart()
148 if( *pRc==0 ){ in testCaseBegin()
184 int *pRc in testSetupSavedLsmdb() argument
186 if( *pRc==0 ){ in testSetupSavedLsmdb()
195 *pRc = rc; in testSetupSavedLsmdb()
214 if( *pRc==0 ){ in testCompareCksumLsmdb()
407 pRc in crash_test2()
[all …]
H A Dlsmtest8.c30 int *pRc in doSetupStep() argument
34 if( *pRc==0 ){ in doSetupStep()
46 if( *pRc==0 ){ in doSetupStep()
86 if( *pRc==0 ){ in testReadFile()
90 *pRc = 1; in testReadFile()
110 int *pRc in testWriteFile() argument
112 if( *pRc==0 ){ in testWriteFile()
116 *pRc = 1; in testWriteFile()
204 *pRc = rc; in doLiveRecovery()
233 *pRc = rc; in doWriterCrash1()
[all …]
H A Dlsmtest.h159 TestDb *testOpen(const char *zSystem, int, int *pRc);
160 void testReopen(TestDb **ppDb, int *pRc);
170 void testBegin(TestDb *pDb, int iTrans, int *pRc);
171 void testCommit(TestDb *pDb, int iTrans, int *pRc);
201 void do_crash_test(const char *zPattern, int *pRc);
214 void test_oom(const char *zPattern, int *pRc);
222 void test_api(const char *zPattern, int *pRc);
264 void test_data_1(const char *, const char *, int *pRc);
265 void test_data_2(const char *, const char *, int *pRc);
266 void test_data_3(const char *, const char *, int *pRc);
[all …]
H A Dlsmtest1.c164 int rc = *pRc; in testDbContents()
226 *pRc = rc; in testDbContents()
255 if( *pRc==0 ){ in testReopenRecover()
261 *pRc = tdb_open(zLib, 0, 0, ppDb); in testReopenRecover()
339 *pRc = rc; in doDataTest1()
386 int *pRc in testCompareDb() argument
396 if( *pRc==0 ){ in testCompareDb()
418 for(i=0; i<nData && *pRc==0; i++){ in testCompareDb()
484 *pRc = rc; in doDataTest2()
559 int rc = *pRc; in doDataTest3()
[all …]
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Dtfpython.c207 if( !pRc ) { in pyvar_to_tfvar()
213 if( PyBytes_Check( pRc ) && ( PyBytes_AsStringAndSize( pRc, &cstr, &len ) != -1 ) ) { in pyvar_to_tfvar()
237 Py_XDECREF( pRc ); in pyvar_to_tfvar()
410 return pyvar_to_tfvar( pRc ); in handle_python_call_command()
423 PyObject *pRc; in handle_python_load_command() local
445 if( pRc ) { in handle_python_load_command()
446 Py_DECREF( pRc ); in handle_python_load_command()
459 PyObject *pRc; in handle_python_command() local
466 return pyvar_to_tfvar( pRc ); in handle_python_command()
471 PyObject *pRc; in handle_python_function() local
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts5/
H A Dfts5_buffer.c27 *pRc = SQLITE_NOMEM; in sqlite3Fts5BufferSize()
64 int *pRc, in sqlite3Fts5BufferAppendBlob() argument
83 int *pRc, in sqlite3Fts5BufferAppendString() argument
101 int *pRc, in sqlite3Fts5BufferAppendPrintf() argument
105 if( *pRc==SQLITE_OK ){ in sqlite3Fts5BufferAppendPrintf()
113 *pRc = SQLITE_NOMEM; in sqlite3Fts5BufferAppendPrintf()
123 if( *pRc==SQLITE_OK ){ in sqlite3Fts5Mprintf()
129 *pRc = SQLITE_NOMEM; in sqlite3Fts5Mprintf()
158 int *pRc, in sqlite3Fts5BufferSet() argument
249 if( *pRc==SQLITE_OK ){ in sqlite3Fts5MallocZero()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts5/
H A Dfts5_buffer.c27 *pRc = SQLITE_NOMEM; in sqlite3Fts5BufferSize()
64 int *pRc, in sqlite3Fts5BufferAppendBlob() argument
83 int *pRc, in sqlite3Fts5BufferAppendString() argument
101 int *pRc, in sqlite3Fts5BufferAppendPrintf() argument
105 if( *pRc==SQLITE_OK ){ in sqlite3Fts5BufferAppendPrintf()
113 *pRc = SQLITE_NOMEM; in sqlite3Fts5BufferAppendPrintf()
123 if( *pRc==SQLITE_OK ){ in sqlite3Fts5Mprintf()
129 *pRc = SQLITE_NOMEM; in sqlite3Fts5Mprintf()
158 int *pRc, in sqlite3Fts5BufferSet() argument
258 if( *pRc==SQLITE_OK ){ in sqlite3Fts5MallocZero()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts5/
H A Dfts5_buffer.c27 *pRc = SQLITE_NOMEM; in sqlite3Fts5BufferSize()
64 int *pRc, in sqlite3Fts5BufferAppendBlob() argument
83 int *pRc, in sqlite3Fts5BufferAppendString() argument
101 int *pRc, in sqlite3Fts5BufferAppendPrintf() argument
105 if( *pRc==SQLITE_OK ){ in sqlite3Fts5BufferAppendPrintf()
113 *pRc = SQLITE_NOMEM; in sqlite3Fts5BufferAppendPrintf()
123 if( *pRc==SQLITE_OK ){ in sqlite3Fts5Mprintf()
129 *pRc = SQLITE_NOMEM; in sqlite3Fts5Mprintf()
158 int *pRc, in sqlite3Fts5BufferSet() argument
258 if( *pRc==SQLITE_OK ){ in sqlite3Fts5MallocZero()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts5/
H A Dfts5_buffer.c27 *pRc = SQLITE_NOMEM; in sqlite3Fts5BufferSize()
64 int *pRc, in sqlite3Fts5BufferAppendBlob() argument
83 int *pRc, in sqlite3Fts5BufferAppendString() argument
101 int *pRc, in sqlite3Fts5BufferAppendPrintf() argument
105 if( *pRc==SQLITE_OK ){ in sqlite3Fts5BufferAppendPrintf()
113 *pRc = SQLITE_NOMEM; in sqlite3Fts5BufferAppendPrintf()
123 if( *pRc==SQLITE_OK ){ in sqlite3Fts5Mprintf()
129 *pRc = SQLITE_NOMEM; in sqlite3Fts5Mprintf()
158 int *pRc, in sqlite3Fts5BufferSet() argument
258 if( *pRc==SQLITE_OK ){ in sqlite3Fts5MallocZero()
[all …]

12345678910>>...15