Searched refs:dump (Results 1 – 14 of 14) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | shell1.test | 298 set res [catchcmd "test.db" ".dump"] 303 set res [catchcmd "test.db" ".dump FOO"] 310 # catchcmd "test.db" ".dump FOO BAD" 751 # Test the output of the ".dump" command 765 catchcmd test.db {.dump} 787 # The --preserve-rowids option to .dump 790 catchcmd test.db {.dump --preserve-rowids} 821 catchcmd test2.db {.dump --preserve-rowids} 845 catchcmd test2.db {.dump --preserve-rowids} 869 catchcmd test2.db {.dump --preserve-rowids} [all …]
|
| H A D | shell4.test | 119 catchcmd ":memory:" ".trace stdout\n.dump\n.trace off\n"
|
| H A D | malloc.test | 35 # Do a couple of memory dumps just to exercise the memory dump logic 40 puts "Memory dump to file memdump.txt..."
|
| H A D | tester.tcl | 2168 set data [sqlite3_memdebug_log dump]
|
| H A D | fts1porter.test | 6534 dump dump 6535 dumps dump
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 6479 DataBuffer dump; in createDoclistResult() local 6484 dataBufferInit(&dump, 0); in createDoclistResult() 6507 assert( dump.pData[dump.nData]==' '); in createDoclistResult() 6525 assert( dump.pData[dump.nData]==' '); in createDoclistResult() 6531 assert( dump.nData>0 ); in createDoclistResult() 6533 assert( dump.pData[dump.nData]==' '); in createDoclistResult() 6534 dump.pData[dump.nData] = '\0'; in createDoclistResult() 6535 assert( dump.nData>0 ); in createDoclistResult() 6538 sqlite3_result_text(pContext, dump.pData, dump.nData, sqlite3_free); in createDoclistResult() 6539 dump.pData = NULL; in createDoclistResult() [all …]
|
| /sqlite-3.40.0/tool/ |
| H A D | dbtotxt.md | 4 raw binary content to screen as a hex dump for testing and debugging 7 The hex-dump output is formatted in such a way as to be easily readable
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-opfs-async-proxy.js | 82 metrics.dump = ()=>{ function 331 metrics.dump(); 825 metrics.dump();
|
| H A D | sqlite3-api-opfs.js | 135 dump: function(){ method
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | README.md | 23 ".dump" command of the
|
| /sqlite-3.40.0/src/ |
| H A D | shell.c.in | 1243 #define SHFLG_PreserveRowid 0x00000008 /* .dump preserves rowid values */ 1244 #define SHFLG_Newlines 0x00000010 /* .dump --newline flag */ 1248 #define SHFLG_DumpDataOnly 0x00000100 /* .dump show data only */ 1249 #define SHFLG_DumpNoSys 0x00000200 /* .dump omits system tables */ 4372 ".dump ?OBJECTS? Render database content as SQL", 7967 if( c=='d' && cli_strncmp(azArg[0], "dump", n)==0 ){ 8007 /* azArg[i] contains a LIKE pattern. This ".dump" request should 8008 ** only dump data for tables for which either the table name matches 8032 /* When playing back a "dump", the content might appear in an order 8043 sqlite3_exec(p->db, "SAVEPOINT dump; PRAGMA writable_schema=ON", 0, 0, 0); [all …]
|
| /sqlite-3.40.0/ |
| H A D | ltmain.sh | 7861 $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result
|
| H A D | aclocal.m4 | 1039 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` 1042 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` 3237 AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :)
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5porter.test | 3274 dumbness dumb dump dump 3275 dumps dump dun dun
|