Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/2shady4u/godot-sqlite
/ functions
Functions
809 in github.com/2shady4u/godot-sqlite
⨍
Functions
809
◇
Types & classes
125
↓ 1 callers
Function
shell_dbinfo_command
** Implementation of the ".dbinfo" command. ** ** Return 1 on error, 2 to exit, and 0 otherwise. */
src/sqlite/shell.c:26642
↓ 1 callers
Function
shell_dbtotxt_command
** Implementation of the ".dbtotxt" command. ** ** Return 1 on error, 2 to exit, and 0 otherwise. */
src/sqlite/shell.c:26740
↓ 1 callers
Function
shell_strcpy
** strcpy() workalike to squelch an unwarranted link-time warning ** from OpenBSD. */
src/sqlite/shell.c:906
↓ 1 callers
Function
skipNonB64
Skip over text which is not base64 numeral(s). */
src/sqlite/shell.c:4656
↓ 1 callers
Function
skipNonB85
src/sqlite/shell.c:4951
↓ 1 callers
Function
sqlite3CompletionVtabInit
src/sqlite/shell.c:9075
↓ 1 callers
Function
sqlite3DbdataRegister
** Invoke this routine to register the "sqlite_dbdata" virtual table module */
src/sqlite/shell.c:18276
↓ 1 callers
Function
sqlite3MemTraceActivate
Begin tracing memory allocations to out. */
src/sqlite/shell.c:2026
↓ 1 callers
Function
sqlite3PcacheTraceActivate
Begin tracing memory allocations to out. */
src/sqlite/shell.c:2208
↓ 1 callers
Function
sqlite3_appendvfs_init
** This routine is called when the extension is loaded. ** Register the new VFS. */
src/sqlite/shell.c:9750
↓ 1 callers
Function
sqlite3_base64_init
src/sqlite/shell.c:4785
↓ 1 callers
Function
sqlite3_base85_init
src/sqlite/shell.c:5165
↓ 1 callers
Function
sqlite3_completion_init
src/sqlite/shell.c:9086
↓ 1 callers
Function
sqlite3_dbdata_init
src/sqlite/shell.c:18315
↓ 1 callers
Function
sqlite3_decimal_init
src/sqlite/shell.c:4459
↓ 1 callers
Function
sqlite3_expert_analyze
src/sqlite/shell.c:14512
↓ 1 callers
Function
sqlite3_expert_config
** Configure an sqlite3expert object. */
src/sqlite/shell.c:14439
↓ 1 callers
Function
sqlite3_expert_count
** Return the total number of statements that have been added to this ** sqlite3expert using sqlite3_expert_sql(). */
src/sqlite/shell.c:14557
↓ 1 callers
Function
sqlite3_expert_new
** Allocate a new sqlite3expert object. */
src/sqlite/shell.c:14358
↓ 1 callers
Function
sqlite3_expert_sql
** Add an SQL statement to the analysis. */
src/sqlite/shell.c:14463
↓ 1 callers
Function
sqlite3_ieee_init
src/sqlite/shell.c:5562
↓ 1 callers
Function
sqlite3_intck_error
** Return the error code and message. */
src/sqlite/shell.c:15688
↓ 1 callers
Function
sqlite3_intck_message
** Return a message describing the corruption encountered by the most recent ** call to sqlite3_intck_step(), or NULL if no corruption was encountered
src/sqlite/shell.c:15674
↓ 1 callers
Function
sqlite3_intck_open
** Open a new integrity-check object. */
src/sqlite/shell.c:15564
↓ 1 callers
Function
sqlite3_intck_step
** Step the integrity-check object. */
src/sqlite/shell.c:15616
↓ 1 callers
Function
sqlite3_intck_unlock
** Close any read transaction the integrity-check object is holding open ** on the database. */
src/sqlite/shell.c:15697
↓ 1 callers
Function
sqlite3_recover_errmsg
** Return the handle error message, if any. */
src/sqlite/shell.c:21110
↓ 1 callers
Function
sqlite3_recover_finish
** Free all resources associated with the recover handle passed as the only ** argument. The results of using a handle with any sqlite3_recover_** **
src/sqlite/shell.c:21208
↓ 1 callers
Function
sqlite3_recover_init_sql
** Initialize a recovery handle that returns recovered data in the ** form of SQL statements via a callback. */
src/sqlite/shell.c:21098
↓ 1 callers
Function
sqlite3_recover_run
** Do the configured recovery operation. Return SQLITE_OK if successful, or ** else an SQLite error code. */
src/sqlite/shell.c:21193
↓ 1 callers
Function
sqlite3_recover_step
** Do a unit of work towards the recovery job. Return SQLITE_OK if ** no error has occurred but database recovery is not finished, SQLITE_DONE ** if d
src/sqlite/shell.c:21180
↓ 1 callers
Function
sqlite3_regexp_init
src/sqlite/shell.c:7423
↓ 1 callers
Function
sqlite3_series_init
src/sqlite/shell.c:6516
↓ 1 callers
Function
sqlite3_sha_init
src/sqlite/shell.c:3477
↓ 1 callers
Function
sqlite3_shathree_init
src/sqlite/shell.c:3051
↓ 1 callers
Function
sqlite3_stmtrand_init
src/sqlite/shell.c:15809
↓ 1 callers
Function
sqlite3_uint_init
src/sqlite/shell.c:3587
↓ 1 callers
Function
sqlite3_zipfile_init
src/sqlite/shell.c:12057
↓ 1 callers
Function
statTimesToUtc
** This function attempts to normalize the time values found in the stat() ** buffer to UTC. This is necessary on Win32, where the runtime library **
src/sqlite/shell.c:7744
↓ 1 callers
Function
tableColumnList
** Return a list of pointers to strings which are the names of all ** columns in table zTab. The memory to hold the names is dynamically ** allocate
src/sqlite/shell.c:24650
↓ 1 callers
Function
test_breakpoint
** A no-op routine that runs with the ".breakpoint" doc-command. This is ** a useful spot to set a debugger breakpoint. ** ** This routine does not d
src/sqlite/shell.c:26143
↓ 1 callers
Function
testcase_glob
** Compare the pattern in zGlob[] against the text in z[]. Return TRUE ** if they match and FALSE (0) if they do not match. ** ** Globbing rules: **
src/sqlite/shell.c:26870
↓ 1 callers
Function
toBase64
Encode a byte buffer into base64 text with linefeeds appended to limit ** encoded group lengths to B64_DARK_MAX or to terminate the last group. */
src/sqlite/shell.c:4619
↓ 1 callers
Function
tryToClone
** Open a new database file named "zNewDb". Try to recover as much information ** as possible out of the main database (which might be corrupt) and w
src/sqlite/shell.c:26509
↓ 1 callers
Function
usage
src/sqlite/shell.c:32941
↓ 1 callers
Function
vfstrace_register
** Clients invoke this routine to construct a new trace-vfs shim. ** ** Return SQLITE_OK on success. ** ** SQLITE_NOMEM is returned in the case of a
src/sqlite/shell.c:16965
↓ 1 callers
Function
vfstrace_unregister
** Look for the named VFS. If it is a TRACEVFS, then unregister it ** and delete it. */
src/sqlite/shell.c:17032
↓ 1 callers
Function
wsToEol
** Return true if string z[] has nothing but whitespace and comments to the ** end of the first line. */
src/sqlite/shell.c:22337
↓ 1 callers
Function
zipfileAppendEOCD
src/sqlite/shell.c:11590
↓ 1 callers
Function
zipfileAppendEntry
src/sqlite/shell.c:11212
↓ 1 callers
Function
zipfileBegin
src/sqlite/shell.c:11285
↓ 1 callers
Function
zipfileCommit
src/sqlite/shell.c:11645
↓ 1 callers
Function
zipfileDequote
** If string zIn is quoted, dequote it in place. Otherwise, if the string ** is not quoted, do nothing. */
src/sqlite/shell.c:10115
↓ 1 callers
Function
zipfileFindCursor
src/sqlite/shell.c:11679
↓ 1 callers
Function
zipfileInflate
** Buffer aIn (size nIn bytes) contains compressed data. Uncompressed, the ** size is nOut bytes. This function uncompresses the data and sets the **
src/sqlite/shell.c:10762
↓ 1 callers
Function
zipfileNewEntry
src/sqlite/shell.c:11165
↓ 1 callers
Function
zipfileReadCDS
** Decode the CDS record in buffer aBuf into (*pCDS). Return SQLITE_ERROR ** if the record is not well-formed, or SQLITE_OK otherwise. */
src/sqlite/shell.c:10404
↓ 1 callers
Function
zipfileReadLFH
** Decode the LFH record in buffer aBuf into (*pLFH). Return SQLITE_ERROR ** if the record is not well-formed, or SQLITE_OK otherwise. */
src/sqlite/shell.c:10438
↓ 1 callers
Function
zipfileRegister
** Register the "zipfile" virtual table. */
src/sqlite/shell.c:12008
↓ 1 callers
Function
zipfileScanExtra
** Buffer aExtra (size nExtra bytes) contains zip archive "extra" fields. ** Scan through this buffer to find an "extra-timestamp" field. If one ** ex
src/sqlite/shell.c:10480
↓ 1 callers
Function
zipfileTime
** Return the current time as a 32-bit timestamp in UNIX epoch format (like ** time(2)). */
src/sqlite/shell.c:11322
Function
(*apndDlSym(sqlite3_vfs *pVfs, void *p, const char *zSym))
src/sqlite/shell.c:9704
Function
(*gdsqlite_vfs_dlSym(sqlite3_vfs *vfs, void *data, const char *symbol))
src/vfs/gdsqlite_vfs.cpp:165
Function
(*vfstraceDlSym(sqlite3_vfs *pVfs,void *p,const char *zSym))
** Return a pointer to the symbol zSymbol in the dynamic library pHandle. */
src/sqlite/shell.c:16849
Function
ConsoleCtrlHandler
** This routine runs for console events (e.g. Ctrl-C) on Win32 */
src/sqlite/shell.c:22182
Function
GDE_EXPORT sqlite_library_init
src/register_types.cpp:31
Method
SQLite
src/gdsqlite.cpp:116
Method
_bind_methods
src/gdsqlite.cpp:5
Function
apndAccess
** All other VFS methods are pass-thrus. */
src/sqlite/shell.c:9682
Function
apndCheckReservedLock
** Check if another file-handle holds a RESERVED lock on an apnd-file. */
src/sqlite/shell.c:9445
Function
apndClose
** Close an apnd-file. */
src/sqlite/shell.c:9328
Function
apndCurrentTime
src/sqlite/shell.c:9716
Function
apndCurrentTimeInt64
src/sqlite/shell.c:9722
Function
apndDelete
** Delete an apnd file. ** For an appendvfs, this could mean delete the appendvfs portion, ** leaving the appendee as it was before it gained an appen
src/sqlite/shell.c:9675
Function
apndDeviceCharacteristics
** Return the device characteristic flags supported by an apnd-file. */
src/sqlite/shell.c:9476
Function
apndDlClose
src/sqlite/shell.c:9707
Function
apndDlError
src/sqlite/shell.c:9701
Function
apndDlOpen
src/sqlite/shell.c:9698
Function
apndFetch
Fetch a page of a memory-mapped file */
src/sqlite/shell.c:9512
Function
apndFileControl
** File control method. For custom operations on an apnd-file. */
src/sqlite/shell.c:9453
Function
apndFileSize
** Return the current file-size of an apnd-file. ** If the append mark is not yet there, the file-size is 0. */
src/sqlite/shell.c:9420
Function
apndFullPathname
src/sqlite/shell.c:9690
Function
apndGetLastError
src/sqlite/shell.c:9719
Function
apndGetSystemCall
src/sqlite/shell.c:9732
Function
apndLock
** Lock an apnd-file. */
src/sqlite/shell.c:9429
Function
apndNextSystemCall
src/sqlite/shell.c:9738
Function
apndOpen
** Open an apnd file handle. */
src/sqlite/shell.c:9608
Function
apndRandomness
src/sqlite/shell.c:9710
Function
apndRead
** Read data from an apnd-file. */
src/sqlite/shell.c:9336
Function
apndSectorSize
** Return the sector-size in bytes for an apnd-file. */
src/sqlite/shell.c:9468
Function
apndSetSystemCall
src/sqlite/shell.c:9725
Function
apndShmBarrier
Memory barrier operation on shared memory */
src/sqlite/shell.c:9500
Function
apndShmLock
Perform locking on a shared-memory segment */
src/sqlite/shell.c:9494
Function
apndShmMap
Create a shared memory file mapping */
src/sqlite/shell.c:9482
Function
apndShmUnmap
Unmap a shared memory segment */
src/sqlite/shell.c:9506
Function
apndSleep
src/sqlite/shell.c:9713
Function
apndSync
** Sync an apnd-file. */
src/sqlite/shell.c:9411
Function
apndTruncate
** Truncate an apnd-file. */
src/sqlite/shell.c:9399
Function
apndUnfetch
Release a memory-mapped page */
src/sqlite/shell.c:9527
Function
apndUnlock
** Unlock an apnd-file. */
src/sqlite/shell.c:9437
← previous
next →
401–500 of 809, ranked by callers