Home
last modified time | relevance | path

Searched refs:SQLITE_ROW (Results 1 – 25 of 1738) sorted by relevance

12345678910>>...70

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/trace_processor/sqlite/
H A Dspan_join_operator_table_unittest.cc50 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_ROW); in AssertNextRow()
91 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_ROW); in TEST_F()
96 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_ROW); in TEST_F()
101 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_ROW); in TEST_F()
106 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_ROW); in TEST_F()
111 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_ROW); in TEST_F()
116 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_ROW); in TEST_F()
155 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_ROW); in TEST_F()
160 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_ROW); in TEST_F()
165 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_ROW); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/sqlite/
H A Dspan_join_operator_table_unittest.cc50 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_ROW); in AssertNextRow()
91 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_ROW); in TEST_F()
96 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_ROW); in TEST_F()
101 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_ROW); in TEST_F()
106 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_ROW); in TEST_F()
111 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_ROW); in TEST_F()
116 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_ROW); in TEST_F()
155 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_ROW); in TEST_F()
160 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_ROW); in TEST_F()
165 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_ROW); in TEST_F()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts3/tool/
H A Dfts3view.c100 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSchema()
105 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSchema()
110 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSchema()
115 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSchema()
126 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSchema()
155 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showStat()
398 if( sqlite3_step(pStmt)==SQLITE_ROW in showSegmentStats()
448 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in isNullSegment()
465 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSegdirMap()
686 if( sqlite3_step(pStmt)!=SQLITE_ROW ){ in showSegment()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts3/tool/
H A Dfts3view.c100 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSchema()
105 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSchema()
110 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSchema()
115 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSchema()
126 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSchema()
155 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showStat()
398 if( sqlite3_step(pStmt)==SQLITE_ROW in showSegmentStats()
448 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in isNullSegment()
465 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSegdirMap()
686 if( sqlite3_step(pStmt)!=SQLITE_ROW ){ in showSegment()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts3/tool/
H A Dfts3view.c100 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSchema()
105 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSchema()
110 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSchema()
115 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSchema()
126 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSchema()
155 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showStat()
398 if( sqlite3_step(pStmt)==SQLITE_ROW in showSegmentStats()
448 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in isNullSegment()
465 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSegdirMap()
686 if( sqlite3_step(pStmt)!=SQLITE_ROW ){ in showSegment()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts3/tool/
H A Dfts3view.c100 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSchema()
105 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSchema()
110 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSchema()
115 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSchema()
126 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSchema()
155 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in showStat()
398 if( sqlite3_step(pStmt)==SQLITE_ROW in showSegmentStats()
448 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in isNullSegment()
465 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in showSegdirMap()
686 if( sqlite3_step(pStmt)!=SQLITE_ROW ){ in showSegment()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/sql/
H A DSQLiteStatement.cpp156 if (step() != SQLITE_ROW) { in returnsAtLeastOneResult()
282 if (prepareAndStep() != SQLITE_ROW) in isColumnNull()
294 if (prepareAndStep() != SQLITE_ROW) in getColumnName()
305 if (prepareAndStep() != SQLITE_ROW) in getColumnValue()
333 if (prepareAndStep() != SQLITE_ROW) in getColumnText()
344 if (prepareAndStep() != SQLITE_ROW) in getColumnDouble()
433 if (step() != SQLITE_ROW) { in getColumnBlob()
460 while (step() == SQLITE_ROW) in returnTextResults()
480 while (step() == SQLITE_ROW) in returnIntResults()
500 while (step() == SQLITE_ROW) in returnInt64Results()
[all …]
/dports/databases/sqlite2/sqlite-2.8.17/test/
H A Dcapi2.test31 } {SQLITE_ROW}
312 } {SQLITE_ROW 1 1 {x counter}}
318 } {SQLITE_ROW 1 2 {x counter}}
324 } {SQLITE_ROW 1 3 {x counter}}
330 } {SQLITE_ROW 1 4 {x counter}}
336 } {SQLITE_ROW 1 5 {x counter}}
343 } {SQLITE_ROW 1 6 {x counter}}
350 } {SQLITE_ROW 1 7 {x counter}}
356 } {SQLITE_ROW 1 8 {x counter}}
362 } {SQLITE_ROW 1 9 {x counter}}
[all …]
/dports/databases/spatialite/libspatialite-5.0.1/src/spatialite/
H A Dse_helpers.c112 if (ret == SQLITE_ROW) in check_external_graphic()
314 if (ret == SQLITE_ROW) in vector_style_causes_duplicate_name()
353 if (ret == SQLITE_ROW) in map_configuration_causes_duplicate_name()
439 if (ret == SQLITE_ROW) in check_map_configuration_by_id()
479 if (ret == SQLITE_ROW) in check_map_configuration_by_name()
856 if (ret == SQLITE_ROW) in check_vector_style_by_id()
896 if (ret == SQLITE_ROW) in check_vector_style_by_name()
942 if (ret == SQLITE_ROW) in check_vector_style_refs_by_id()
991 if (ret == SQLITE_ROW) in check_vector_style_refs_by_name()
1020 if (ret == SQLITE_ROW) in check_vector_style_refs_by_name()
[all …]
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/Experiments/OVIMAutoPhonetic/
H A DPhoneticService.cpp36 while (sth->step()==SQLITE_ROW) l.push_back(string(sth->column_text(0))); in fetchBPMFCandidate()
58 if (sth->step() != SQLITE_ROW) { in queryBPMF()
63 if (sth->step() == SQLITE_ROW) r=2; else r=1; in queryBPMF()
77 if (sth->step() != SQLITE_ROW) { in queryBPMF()
82 if (sth->step() == SQLITE_ROW) r=2; else r=1; in queryBPMF()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/Experiments/OVIMAutoPhonetic/
H A DPhoneticService.cpp36 while (sth->step()==SQLITE_ROW) l.push_back(string(sth->column_text(0)));
58 if (sth->step() != SQLITE_ROW) {
63 if (sth->step() == SQLITE_ROW) r=2; else r=1;
77 if (sth->step() != SQLITE_ROW) {
82 if (sth->step() == SQLITE_ROW) r=2; else r=1;
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dfilm.c80 if(sqlite3_step(stmt) == SQLITE_ROW) in dt_film_set_query()
101 if(sqlite3_step(stmt) == SQLITE_ROW) in dt_film_open2()
136 if(sqlite3_step(stmt) == SQLITE_ROW) in dt_film_open()
166 if(sqlite3_step(stmt) == SQLITE_ROW) in dt_film_open_recent()
224 if(sqlite3_step(stmt) == SQLITE_ROW) in dt_film_new()
366 while(sqlite3_step(stmt) == SQLITE_ROW) in dt_film_remove_empty()
401 if(sqlite3_step(stmt) != SQLITE_ROW) empty = TRUE; in dt_film_is_empty()
421 while(sqlite3_step(stmt) == SQLITE_ROW) in dt_film_remove()
443 while(sqlite3_step(stmt) == SQLITE_ROW) in dt_film_remove()
473 while(sqlite3_step(stmt) == SQLITE_ROW) in dt_film_get_image_ids()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dfilm.c80 if(sqlite3_step(stmt) == SQLITE_ROW) in dt_film_set_query()
101 if(sqlite3_step(stmt) == SQLITE_ROW) in dt_film_open2()
136 if(sqlite3_step(stmt) == SQLITE_ROW) in dt_film_open()
166 if(sqlite3_step(stmt) == SQLITE_ROW) in dt_film_open_recent()
201 if(sqlite3_step(stmt) == SQLITE_ROW) film->id = sqlite3_column_int(stmt, 0); in dt_film_new()
224 if(sqlite3_step(stmt) == SQLITE_ROW) film->id = sqlite3_column_int(stmt, 0); in dt_film_new()
354 while(sqlite3_step(stmt) == SQLITE_ROW) in dt_film_remove_empty()
389 if(sqlite3_step(stmt) != SQLITE_ROW) empty = TRUE; in dt_film_is_empty()
409 while(sqlite3_step(stmt) == SQLITE_ROW) in dt_film_remove()
431 while(sqlite3_step(stmt) == SQLITE_ROW) in dt_film_remove()
[all …]
/dports/devel/fossil/fossil-src-2.17/src/
H A Dmerge.c38 if( db_step(&q)==SQLITE_ROW ){ in print_checkin_description()
97 if( db_step(&q)==SQLITE_ROW ){ in fossil_find_nearest_fork()
200 while( db_step(&q)==SQLITE_ROW ){ in debug_fv_dump()
231 while( db_step(&q)==SQLITE_ROW ){ in debug_show_vfile()
454 if( db_step(&q)==SQLITE_ROW ){ in merge_cmd()
755 while( db_step(&q)==SQLITE_ROW ){ in merge_cmd()
784 while( db_step(&q)==SQLITE_ROW ){ in merge_cmd()
802 while( db_step(&q)==SQLITE_ROW ){ in merge_cmd()
831 while( db_step(&q)==SQLITE_ROW ){ in merge_cmd()
897 while( db_step(&q)==SQLITE_ROW ){ in merge_cmd()
[all …]
H A Dname.c174 if( rc!=SQLITE_ROW ) break; in start_of_branch()
444 if( db_step(&q)==SQLITE_ROW ){ in symbolic_name_to_rid()
700 while( db_step(&q)==SQLITE_ROW ){ in ambiguous_page()
716 while( db_step(&q)==SQLITE_ROW ){ in ambiguous_page()
737 while( db_step(&q)==SQLITE_ROW ){ in ambiguous_page()
796 if( db_step(&q)==SQLITE_ROW ){ in whatis_rid_type()
848 if( db_step(&q)==SQLITE_ROW ){ in whatis_rid()
873 while( db_step(&q)==SQLITE_ROW ){ in whatis_rid()
890 while( db_step(&q)==SQLITE_ROW ){ in whatis_rid()
902 if( db_step(&q)==SQLITE_ROW ){ in whatis_rid()
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/bfile/test/
H A Dbfile_test_sql.c136 while (SQLITE_ROW == (rc = sqlite3_step(pStmt))) { in test_BfileSize()
193 while (SQLITE_ROW == (rc = sqlite3_step(pStmt))) { in test_BfileOpenReadClose()
233 if (rc2 == SQLITE_ROW) { in test_BfileOpenReadClose()
273 if (rc2 && rc2 != SQLITE_ROW && rc2 != SQLITE_DONE) in test_BfileOpenReadClose()
282 if ((rc2 == SQLITE_OK || rc2 == SQLITE_ROW) && in test_BfileOpenReadClose()
283 (rc3 == SQLITE_OK || rc3 == SQLITE_ROW)) in test_BfileOpenReadClose()
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dcapi2.test58 } {SQLITE_ROW}
80 } {SQLITE_ROW}
196 } {SQLITE_ROW 1 {{}} {5/0 {}}}
447 } {SQLITE_ROW 1 1 {x counter}}
456 } {SQLITE_ROW 1 2 {x counter}}
465 } {SQLITE_ROW 1 3 {x counter}}
474 } {SQLITE_ROW 1 4 {x counter}}
483 } {SQLITE_ROW 1 5 {x counter}}
495 } {SQLITE_ROW 1 6 {x counter}}
504 } {SQLITE_ROW 1 7 {x counter}}
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dcapi2.test58 } {SQLITE_ROW}
80 } {SQLITE_ROW}
196 } {SQLITE_ROW 1 {{}} {5/0 {}}}
447 } {SQLITE_ROW 1 1 {x counter}}
456 } {SQLITE_ROW 1 2 {x counter}}
465 } {SQLITE_ROW 1 3 {x counter}}
474 } {SQLITE_ROW 1 4 {x counter}}
483 } {SQLITE_ROW 1 5 {x counter}}
495 } {SQLITE_ROW 1 6 {x counter}}
504 } {SQLITE_ROW 1 7 {x counter}}
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dcapi2.test58 } {SQLITE_ROW}
80 } {SQLITE_ROW}
196 } {SQLITE_ROW 1 {{}} {5/0 {}}}
447 } {SQLITE_ROW 1 1 {x counter}}
456 } {SQLITE_ROW 1 2 {x counter}}
465 } {SQLITE_ROW 1 3 {x counter}}
474 } {SQLITE_ROW 1 4 {x counter}}
483 } {SQLITE_ROW 1 5 {x counter}}
495 } {SQLITE_ROW 1 6 {x counter}}
504 } {SQLITE_ROW 1 7 {x counter}}
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dcapi2.test58 } {SQLITE_ROW}
80 } {SQLITE_ROW}
196 } {SQLITE_ROW 1 {{}} {5/0 {}}}
445 } {SQLITE_ROW 1 1 {x counter}}
454 } {SQLITE_ROW 1 2 {x counter}}
463 } {SQLITE_ROW 1 3 {x counter}}
472 } {SQLITE_ROW 1 4 {x counter}}
481 } {SQLITE_ROW 1 5 {x counter}}
493 } {SQLITE_ROW 1 6 {x counter}}
502 } {SQLITE_ROW 1 7 {x counter}}
[all …]
/dports/audio/gmpc-magnatune/gmpc-magnatune-11.8.16/src/
H A Dmagnatune.c109 while((r = sqlite3_step(stmt)) == SQLITE_ROW){ in magnatune_db_has_data()
130 while((r = sqlite3_step(stmt)) == SQLITE_ROW) in magnatune_db_get_genre_list()
217 while((r = sqlite3_step(stmt)) == SQLITE_ROW) in magnatune_db_get_artist_list()
259 while((r = sqlite3_step(stmt)) == SQLITE_ROW) in magnatune_db_get_album_list()
296 if((r = sqlite3_step(stmt)) == SQLITE_ROW) in __magnatune_get_artist_name()
316 while((r = sqlite3_step(stmt)) == SQLITE_ROW) in __magnatune_get_genre_name()
351 while((r = sqlite3_step(stmt)) == SQLITE_ROW) in __magnatune_get_data_album_from_genre()
395 while((r = sqlite3_step(stmt)) == SQLITE_ROW) in __magnatune_get_data_album()
451 while((r = sqlite3_step(stmt)) == SQLITE_ROW) in __magnatune_get_albums()
511 while((r = sqlite3_step(stmt)) == SQLITE_ROW) in magnatune_db_search_title()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webdatabase/sqlite/
H A Dsqlite_statement.cc137 if (error != SQLITE_DONE && error != SQLITE_ROW) { in Step()
240 if (PrepareAndStep() != SQLITE_ROW) in GetColumnName()
251 if (PrepareAndStep() != SQLITE_ROW) in GetColumnValue()
281 if (PrepareAndStep() != SQLITE_ROW) in GetColumnText()
294 if (PrepareAndStep() != SQLITE_ROW) in GetColumnInt()
304 if (PrepareAndStep() != SQLITE_ROW) in GetColumnInt64()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webdatabase/sqlite/
H A Dsqlite_statement.cc139 if (error != SQLITE_DONE && error != SQLITE_ROW) { in Step()
242 if (PrepareAndStep() != SQLITE_ROW) in GetColumnName()
253 if (PrepareAndStep() != SQLITE_ROW) in GetColumnValue()
283 if (PrepareAndStep() != SQLITE_ROW) in GetColumnText()
296 if (PrepareAndStep() != SQLITE_ROW) in GetColumnInt()
306 if (PrepareAndStep() != SQLITE_ROW) in GetColumnInt64()
/dports/graphics/darktable/darktable-3.6.1/src/lua/
H A Dfilm.c37 if(sqlite3_step(stmt) == SQLITE_ROW) in path_member()
83 if(sqlite3_step(stmt) == SQLITE_ROW) in film_tostring()
105 if(sqlite3_step(stmt) == SQLITE_ROW) in film_len()
132 if(sqlite3_step(stmt) == SQLITE_ROW) in film_getnum()
150 if(sqlite3_step(stmt) == SQLITE_ROW) in films_len()
173 if(sqlite3_step(stmt) == SQLITE_ROW) in films_index()
/dports/graphics/darktable38/darktable-3.8.0/src/lua/
H A Dfilm.c37 if(sqlite3_step(stmt) == SQLITE_ROW) in path_member()
83 if(sqlite3_step(stmt) == SQLITE_ROW) in film_tostring()
105 if(sqlite3_step(stmt) == SQLITE_ROW) in film_len()
132 if(sqlite3_step(stmt) == SQLITE_ROW) in film_getnum()
150 if(sqlite3_step(stmt) == SQLITE_ROW) in films_len()
173 if(sqlite3_step(stmt) == SQLITE_ROW) in films_index()

12345678910>>...70