MCPcopy Create free account

hub / github.com/2shady4u/godot-sqlite / functions

Functions809 in github.com/2shady4u/godot-sqlite

↓ 1 callersFunctiondisplay_explain_scanstats
src/sqlite/shell.c:23401
↓ 1 callersFunctiondisplay_scanstats
** Display scan stats. */
src/sqlite/shell.c:23589
↓ 1 callersFunctiondoAutoDetectRestore
** This function is called after processing each line of SQL in the ** runOneSqlLine() function. Its purpose is to detect scenarios where ** defensive
src/sqlite/shell.c:32415
↓ 1 callersFunctioneqp_render_level
Render a single level of the graph that has iEqpId as its parent. Called ** recursively to render sublevels. */
src/sqlite/shell.c:22398
↓ 1 callersFunctionexec_prepared_stmt_columnar
** Run a prepared statement and output the result in one of the ** table-oriented formats: MODE_Column, MODE_Markdown, MODE_Table, ** or MODE_Box. **
src/sqlite/shell.c:24025
↓ 1 callersFunctionexpertDequote
src/sqlite/shell.c:12750
↓ 1 callersFunctionexpertDotCommand
** Implementation of ".expert" dot command. */
src/sqlite/shell.c:24412
↓ 1 callersFunctionexpertHandleSQL
** This function is called to process SQL if the previous shell command ** was ".expert". It passes the SQL in the second argument directly to ** the
src/sqlite/shell.c:24346
↓ 1 callersFunctionexpertNext
** Virtual table module xNext method. */
src/sqlite/shell.c:12940
↓ 1 callersFunctionfileTail
** Return a pointer to the tail of the pathname. Examples: ** ** /home/drh/xyzzy.txt -> xyzzy.txt ** xyzzy.txt -> xyzzy.txt */
src/sqlite/shell.c:16066
↓ 1 callersFunctionfromBase64
Decode base64 text into a byte buffer. */
src/sqlite/shell.c:4663
↓ 1 callersFunctionfsdirRegister
** Register the "fsdir" virtual table. */
src/sqlite/shell.c:8514
↓ 1 callersFunctionget2byteInt
** Convert a 2-byte or 4-byte big-endian integer into a native integer */
src/sqlite/shell.c:26627
↓ 1 callersFunctionget4byteInt
src/sqlite/shell.c:26630
↓ 1 callersMethodget_error_message
src/gdsqlite.cpp:1272
↓ 1 callersFunctionidxBuildSampleTable
src/sqlite/shell.c:14149
↓ 1 callersFunctionidxCreateCandidates
** Create candidate indexes in database [dbm] based on the data in ** linked-list pScan. */
src/sqlite/shell.c:13468
↓ 1 callersFunctionidxCreateVtabSchema
src/sqlite/shell.c:13826
↓ 1 callersFunctionidxFindCompatible
** Search database dbm for an index compatible with the one idxCreateFromCons() ** would create from arguments pScan, pEq and pTail. If no error occur
src/sqlite/shell.c:13252
↓ 1 callersFunctionidxFindIndexes
** This function is called after candidate indexes have been created. It ** runs all the queries to see which indexes they prefer, and populates ** Id
src/sqlite/shell.c:13557
↓ 1 callersFunctionidxGetTableInfo
** Attempt to allocate an IdxTable structure corresponding to table zTab ** in the main database of connection db. If successful, set (*ppOut) to ** p
src/sqlite/shell.c:13063
↓ 1 callersFunctionidxHashInit
** Initialize an IdxHash hash table. */
src/sqlite/shell.c:12561
↓ 1 callersFunctionidxHashSearch
** If the hash table contains an entry with a key equal to the string ** passed as the final two arguments to this function, return a pointer ** to th
src/sqlite/shell.c:12657
↓ 1 callersFunctionidxLargestIndex
src/sqlite/shell.c:14022
↓ 1 callersFunctionidxPopulateOneStat1
src/sqlite/shell.c:14042
↓ 1 callersFunctionidxPopulateStat1
** This function is called as part of sqlite3_expert_analyze(). Candidate ** indexes have already been created in database sqlite3expert.dbm, this **
src/sqlite/shell.c:14173
↓ 1 callersFunctionidxProcessOneTrigger
src/sqlite/shell.c:13665
↓ 1 callersFunctionidxProcessTriggers
src/sqlite/shell.c:13748
↓ 1 callersFunctionidxRegisterVtab
src/sqlite/shell.c:13009
↓ 1 callersFunctionidxTableFree
** Free the linked list of IdxTable objects starting at pTab. */
src/sqlite/shell.c:13529
↓ 1 callersFunctionidxWriteFree
** Free the linked list of IdxWrite objects starting at pTab. */
src/sqlite/shell.c:13541
↓ 1 callersFunctionintckDatabaseCmd
** Implementation of ".intck STEPS_PER_UNLOCK" command. */
src/sqlite/shell.c:28235
↓ 1 callersFunctionintckFindObject
** Find the next database object (table or index) to check. If successful, ** set sqlite3_intck.zObj to point to a nul-terminated buffer containing **
src/sqlite/shell.c:15055
↓ 1 callersFunctionintckGetAutoIndex
** Return true if sqlite3_intck.db has automatic indexes enabled, false ** otherwise. */
src/sqlite/shell.c:15253
↓ 1 callersFunctionintckIsIndex
** Return true if zObj is an index, or false otherwise. */
src/sqlite/shell.c:15267
↓ 1 callersFunctionintckParseCreateIndex
** Argument z points to the text of a CREATE INDEX statement. This function ** identifies the part of the text that contains either the index WHERE *
src/sqlite/shell.c:15147
↓ 1 callersFunctionintckSaveKey
** This is used by sqlite3_intck_unlock() to save the vector key value ** required to restart the current pCheck query as a nul-terminated string **
src/sqlite/shell.c:14955
↓ 1 callersFunctioninterrupt_handler
** This routine runs when the user presses Ctrl-C */
src/sqlite/shell.c:22172
↓ 1 callersFunctionline_is_command_terminator
** Return TRUE if the line typed in is an SQL command terminator other ** than a semi-colon. The SQL Server style "go" command is understood ** as is
src/sqlite/shell.c:32364
↓ 1 callersFunctionline_is_complete
** Return true if zSql is a complete SQL statement. Return false if it ** ends in the middle of a string literal or C-style comment. */
src/sqlite/shell.c:32387
↓ 1 callersFunctionlintDotCommand
** Implementation of ".lint" dot command. */
src/sqlite/shell.c:27285
↓ 1 callersFunctionlintFkeyIndexes
** The implementation of dot-command ".lint fkey-indexes". */
src/sqlite/shell.c:27109
↓ 1 callersFunctionmain_init
** Initialize the state information in data */
src/sqlite/shell.c:32967
↓ 1 callersFunctionmakeDirectory
** Argument zFile is the name of a file that will be created and/or written ** by SQL function writefile(). This function ensures that the directory *
src/sqlite/shell.c:7818
↓ 1 callersFunctionmemtraceFree
src/sqlite/shell.c:1981
↓ 1 callersFunctionmemtraceMalloc
Methods that trace memory allocations */
src/sqlite/shell.c:1974
↓ 1 callersFunctionneedUnistr
Return true if the text string z[] contains characters that need ** unistr() escaping. */
src/sqlite/shell.c:23975
↓ 1 callersFunctionone_input_line
src/sqlite/shell.c:1419
↓ 1 callersFunctionopenChrSource
** Return open FILE * if zFile exists, can be opened for read ** and is an ordinary file or a character stream source. ** Otherwise return 0. */
src/sqlite/shell.c:1333
↓ 1 callersFunctionopendir
** Open a new directory. The directory name should be UTF-8 encoded. ** appropriate translations happen automatically. */
src/sqlite/shell.c:1866
↓ 1 callersFunctionoutputDumpWarning
** Check if the sqlite_schema table contains one or more virtual tables. If ** parameter zLike is not NULL, then it is an SQL expression that the ** s
src/sqlite/shell.c:28493
↓ 1 callersFunctionoutputModePop
src/sqlite/shell.c:21705
↓ 1 callersFunctionoutputModePush
** Save or restore the current output mode */
src/sqlite/shell.c:21699
↓ 1 callersFunctionpiecemealOutput
** Send ASCII text as O_BINARY. But for Unicode characters U+0080 and ** greater, switch to O_U8TEXT. */
src/sqlite/shell.c:501
↓ 1 callersFunctionprintBold
src/sqlite/shell.c:32993
↓ 1 callersFunctionprocess_sqliterc
** Read input from the file sqliterc_override. If that parameter is ** NULL, take it from find_xdg_file(), if found, or fall back to ** ~/.sqliterc.
src/sqlite/shell.c:32831
↓ 1 callersFunctionquoted_column
Extract the value of the i-th current column for pStmt as an SQL literal ** value. Memory is obtained from sqlite3_malloc64() and must be freed by **
src/sqlite/shell.c:23986
↓ 1 callersFunctionre_match
Run a compiled regular expression on the zero-terminated input ** string zIn[]. Return true on a match and false if there is no match. */
src/sqlite/shell.c:6737
↓ 1 callersFunctionre_next_char
Extract the next unicode character from *pzIn and return it. Advance ** *pzIn to the first byte past the end of the character returned. To ** be cle
src/sqlite/shell.c:6687
↓ 1 callersFunctionreadHexDb
** Reconstruct an in-memory database using the output from the "dbtotxt" ** program. Read content from the file in p->aAuxDb[].zDbFilename. ** If p->
src/sqlite/shell.c:25519
↓ 1 callersFunctionreaddir
** Read the next entry from a directory. ** ** The returned struct-dirent object is managed by DIR. It is only ** valid until the next readdir() or c
src/sqlite/shell.c:1920
↓ 1 callersFunctionrecoverAddTable
** This function is a no-op if recover handle p already contains an error ** (if p->errCode!=SQLITE_OK). ** ** Otherwise, argument zName must be the n
src/sqlite/shell.c:19377
↓ 1 callersFunctionrecoverBitmapAlloc
** This function is a no-op if p->errCode is initially other than SQLITE_OK. ** In this case it returns NULL. ** ** Otherwise, an attempt is made to a
src/sqlite/shell.c:18723
↓ 1 callersFunctionrecoverBitmapFree
** Free a bitmap object allocated by recoverBitmapAlloc(). */
src/sqlite/shell.c:18737
↓ 1 callersFunctionrecoverBitmapSet
** Set the bit associated with page iPg in bitvec pMap. */
src/sqlite/shell.c:18744
↓ 1 callersFunctionrecoverCacheSchema
** This function is a no-op if recover handle p already contains an error ** (if p->errCode!=SQLITE_OK). A copy of the error code is returned in ** th
src/sqlite/shell.c:19189
↓ 1 callersFunctionrecoverDatabaseCmd
** This function is called to recover data from the database. A script ** to construct a new database containing all recovered data is output ** on st
src/sqlite/shell.c:28171
↓ 1 callersFunctionrecoverEnterMutex
src/sqlite/shell.c:18636
↓ 1 callersFunctionrecoverFindTable
** Search the list of RecoverTable objects at p->pTblList for one that ** has root page iRoot in the input database. If such an object is found, ** re
src/sqlite/shell.c:19698
↓ 1 callersFunctionrecoverGetU32
** Decode and return an unsigned 32-bit big-endian integer value from ** buffer a[]. */
src/sqlite/shell.c:20389
↓ 1 callersFunctionrecoverInsertStmt
** This function is a no-op if recover handle p already contains an error ** (if p->errCode!=SQLITE_OK). In this case it returns NULL. ** ** Otherwise
src/sqlite/shell.c:19624
↓ 1 callersFunctionrecoverInstallWrapper
** Install the VFS wrapper around the file-descriptor open on the input ** database for recover handle p. Mutex RECOVER_MUTEX_ID must be held ** when
src/sqlite/shell.c:20878
↓ 1 callersFunctionrecoverIsValidPage
** The second argument points to a buffer n bytes in size. If this buffer ** or a prefix thereof appears to contain a well-formed SQLite b-tree page,
src/sqlite/shell.c:20415
↓ 1 callersFunctionrecoverLeaveMutex
src/sqlite/shell.c:18639
↓ 1 callersFunctionrecoverLostAndFound1Init
** Initialize resources required by sqlite3_recover_step() in ** RECOVER_STATE_LOSTANDFOUND1 state - during which the set of pages not ** already allo
src/sqlite/shell.c:20187
↓ 1 callersFunctionrecoverLostAndFound1Step
** Perform one step (sqlite3_recover_step()) of work for the connection ** passed as the only argument, which is guaranteed to be in ** RECOVER_STATE
src/sqlite/shell.c:20239
↓ 1 callersFunctionrecoverLostAndFound2Init
** Initialize resources required by RECOVER_STATE_LOSTANDFOUND2 ** state - during which the pages identified in RECOVER_STATE_LOSTANDFOUND1 ** are so
src/sqlite/shell.c:20261
↓ 1 callersFunctionrecoverLostAndFound2Step
** Perform one step (sqlite3_recover_step()) of work for the connection ** passed as the only argument, which is guaranteed to be in ** RECOVER_STATE
src/sqlite/shell.c:20292
↓ 1 callersFunctionrecoverLostAndFound3Init
** Initialize resources required in RECOVER_STATE_LOSTANDFOUND3 ** state - during which the lost-and-found table of the output database ** is popula
src/sqlite/shell.c:19962
↓ 1 callersFunctionrecoverLostAndFound3Step
** Perform one step (sqlite3_recover_step()) of work for the connection ** passed as the only argument, which is guaranteed to be in ** RECOVER_STATE
src/sqlite/shell.c:19933
↓ 1 callersFunctionrecoverLostAndFoundCleanup
** Free all resources allocated as part of sqlite3_recover_step() calls ** in one of the RECOVER_STATE_LOSTANDFOUND[123] states. */
src/sqlite/shell.c:20325
↓ 1 callersFunctionrecoverLostAndFoundCreate
** This function attempts to create a lost and found table within the ** output db. If successful, it returns a pointer to a buffer containing ** the
src/sqlite/shell.c:19713
↓ 1 callersFunctionrecoverLostAndFoundFindRoot
** Input database page iPg contains data that will be written to the ** lost-and-found table of the output database. This function attempts ** to iden
src/sqlite/shell.c:19820
↓ 1 callersFunctionrecoverLostAndFoundInsert
** Synthesize and prepare an INSERT statement to write to the lost_and_found ** table in the output database. The name of the table is zTab, and it ha
src/sqlite/shell.c:19779
↓ 1 callersFunctionrecoverLostAndFoundOnePage
** Recover data from page iPage of the input database and write it to ** the lost-and-found table in the output database. */
src/sqlite/shell.c:19854
↓ 1 callersFunctionrecoverOpenOutput
** This function is a no-op if recover handle p already contains an error ** (if p->errCode!=SQLITE_OK). A copy of the error code is returned in ** th
src/sqlite/shell.c:19304
↓ 1 callersFunctionrecoverOpenRecovery
** Attach the auxiliary database 'recovery' to the output database handle. ** This temporary database is used during the recovery process and then **
src/sqlite/shell.c:19352
↓ 1 callersFunctionrecoverStep
** This function does the work of a single sqlite3_recover_step() call. It ** is guaranteed that the handle is not in an error state when this ** func
src/sqlite/shell.c:20914
↓ 1 callersFunctionrecoverTransferSettings
** Transfer the following settings from the input database to the output ** database: ** ** + page-size, ** + auto-vacuum settings, ** + databas
src/sqlite/shell.c:19236
↓ 1 callersFunctionrecoverUninstallWrapper
** Uninstall the VFS wrapper that was installed around the file-descriptor open ** on the input database for recover handle p. Mutex RECOVER_MUTEX_ID
src/sqlite/shell.c:20898
↓ 1 callersFunctionrecoverVfsDetectPagesize
** Detect the page-size of the database opened by file-handle pFd by ** searching the first part of the file for a well-formed SQLite b-tree ** page
src/sqlite/shell.c:20586
↓ 1 callersFunctionrecoverWriteDataInit
** Initialize resources required in RECOVER_STATE_WRITING state - during which ** tables recovered from the schema of the input database are populated
src/sqlite/shell.c:19996
↓ 1 callersFunctionrecoverWriteDataStep
** Perform one step (sqlite3_recover_step()) of work for the connection ** passed as the only argument, which is guaranteed to be in ** RECOVER_STATE
src/sqlite/shell.c:20059
↓ 1 callersFunctionrecoverWriteSchema1
** This function is called after recoverCacheSchema() has cached those parts ** of the input database schema that could be recovered in temporary tabl
src/sqlite/shell.c:19486
↓ 1 callersFunctionrecoverWriteSchema2
** This function is called after the output database has been populated. It ** adds all recovered schema elements that were not created in the output
src/sqlite/shell.c:19561
↓ 1 callersFunctionrestore_debug_trace_modes
src/sqlite/shell.c:23644
↓ 1 callersFunctionrun_schema_dump_query
** Run zQuery. Use dump_callback() as the callback routine so that ** the contents of the query are output as SQL statements. ** ** If we get a SQLIT
src/sqlite/shell.c:24902
↓ 1 callersFunctionrun_table_dump_query
** Execute a query statement that will generate SQL output. Print ** the result columns, comma-separated, on a line and then add a ** semicolon termi
src/sqlite/shell.c:23073
↓ 1 callersFunctionsafeModeAuth
** This authorizer runs in safe mode. */
src/sqlite/shell.c:22197
↓ 1 callersFunctionshellFilenameFromUri
** The input zFN is guaranteed to start with "file:" and is thus a URI ** filename. Extract the actual filename and return a pointer to that ** filen
src/sqlite/shell.c:26964
← previousnext →301–400 of 809, ranked by callers