MCPcopy Create free account

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

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

↓ 1 callersFunctionshell_dbinfo_command
** Implementation of the ".dbinfo" command. ** ** Return 1 on error, 2 to exit, and 0 otherwise. */
src/sqlite/shell.c:26642
↓ 1 callersFunctionshell_dbtotxt_command
** Implementation of the ".dbtotxt" command. ** ** Return 1 on error, 2 to exit, and 0 otherwise. */
src/sqlite/shell.c:26740
↓ 1 callersFunctionshell_strcpy
** strcpy() workalike to squelch an unwarranted link-time warning ** from OpenBSD. */
src/sqlite/shell.c:906
↓ 1 callersFunctionskipNonB64
Skip over text which is not base64 numeral(s). */
src/sqlite/shell.c:4656
↓ 1 callersFunctionskipNonB85
src/sqlite/shell.c:4951
↓ 1 callersFunctionsqlite3CompletionVtabInit
src/sqlite/shell.c:9075
↓ 1 callersFunctionsqlite3DbdataRegister
** Invoke this routine to register the "sqlite_dbdata" virtual table module */
src/sqlite/shell.c:18276
↓ 1 callersFunctionsqlite3MemTraceActivate
Begin tracing memory allocations to out. */
src/sqlite/shell.c:2026
↓ 1 callersFunctionsqlite3PcacheTraceActivate
Begin tracing memory allocations to out. */
src/sqlite/shell.c:2208
↓ 1 callersFunctionsqlite3_appendvfs_init
** This routine is called when the extension is loaded. ** Register the new VFS. */
src/sqlite/shell.c:9750
↓ 1 callersFunctionsqlite3_base64_init
src/sqlite/shell.c:4785
↓ 1 callersFunctionsqlite3_base85_init
src/sqlite/shell.c:5165
↓ 1 callersFunctionsqlite3_completion_init
src/sqlite/shell.c:9086
↓ 1 callersFunctionsqlite3_dbdata_init
src/sqlite/shell.c:18315
↓ 1 callersFunctionsqlite3_decimal_init
src/sqlite/shell.c:4459
↓ 1 callersFunctionsqlite3_expert_analyze
src/sqlite/shell.c:14512
↓ 1 callersFunctionsqlite3_expert_config
** Configure an sqlite3expert object. */
src/sqlite/shell.c:14439
↓ 1 callersFunctionsqlite3_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 callersFunctionsqlite3_expert_new
** Allocate a new sqlite3expert object. */
src/sqlite/shell.c:14358
↓ 1 callersFunctionsqlite3_expert_sql
** Add an SQL statement to the analysis. */
src/sqlite/shell.c:14463
↓ 1 callersFunctionsqlite3_ieee_init
src/sqlite/shell.c:5562
↓ 1 callersFunctionsqlite3_intck_error
** Return the error code and message. */
src/sqlite/shell.c:15688
↓ 1 callersFunctionsqlite3_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 callersFunctionsqlite3_intck_open
** Open a new integrity-check object. */
src/sqlite/shell.c:15564
↓ 1 callersFunctionsqlite3_intck_step
** Step the integrity-check object. */
src/sqlite/shell.c:15616
↓ 1 callersFunctionsqlite3_intck_unlock
** Close any read transaction the integrity-check object is holding open ** on the database. */
src/sqlite/shell.c:15697
↓ 1 callersFunctionsqlite3_recover_errmsg
** Return the handle error message, if any. */
src/sqlite/shell.c:21110
↓ 1 callersFunctionsqlite3_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 callersFunctionsqlite3_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 callersFunctionsqlite3_recover_run
** Do the configured recovery operation. Return SQLITE_OK if successful, or ** else an SQLite error code. */
src/sqlite/shell.c:21193
↓ 1 callersFunctionsqlite3_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 callersFunctionsqlite3_regexp_init
src/sqlite/shell.c:7423
↓ 1 callersFunctionsqlite3_series_init
src/sqlite/shell.c:6516
↓ 1 callersFunctionsqlite3_sha_init
src/sqlite/shell.c:3477
↓ 1 callersFunctionsqlite3_shathree_init
src/sqlite/shell.c:3051
↓ 1 callersFunctionsqlite3_stmtrand_init
src/sqlite/shell.c:15809
↓ 1 callersFunctionsqlite3_uint_init
src/sqlite/shell.c:3587
↓ 1 callersFunctionsqlite3_zipfile_init
src/sqlite/shell.c:12057
↓ 1 callersFunctionstatTimesToUtc
** 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 callersFunctiontableColumnList
** 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 callersFunctiontest_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 callersFunctiontestcase_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 callersFunctiontoBase64
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 callersFunctiontryToClone
** 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 callersFunctionusage
src/sqlite/shell.c:32941
↓ 1 callersFunctionvfstrace_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 callersFunctionvfstrace_unregister
** Look for the named VFS. If it is a TRACEVFS, then unregister it ** and delete it. */
src/sqlite/shell.c:17032
↓ 1 callersFunctionwsToEol
** Return true if string z[] has nothing but whitespace and comments to the ** end of the first line. */
src/sqlite/shell.c:22337
↓ 1 callersFunctionzipfileAppendEOCD
src/sqlite/shell.c:11590
↓ 1 callersFunctionzipfileAppendEntry
src/sqlite/shell.c:11212
↓ 1 callersFunctionzipfileBegin
src/sqlite/shell.c:11285
↓ 1 callersFunctionzipfileCommit
src/sqlite/shell.c:11645
↓ 1 callersFunctionzipfileDequote
** If string zIn is quoted, dequote it in place. Otherwise, if the string ** is not quoted, do nothing. */
src/sqlite/shell.c:10115
↓ 1 callersFunctionzipfileFindCursor
src/sqlite/shell.c:11679
↓ 1 callersFunctionzipfileInflate
** 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 callersFunctionzipfileNewEntry
src/sqlite/shell.c:11165
↓ 1 callersFunctionzipfileReadCDS
** 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 callersFunctionzipfileReadLFH
** 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 callersFunctionzipfileRegister
** Register the "zipfile" virtual table. */
src/sqlite/shell.c:12008
↓ 1 callersFunctionzipfileScanExtra
** 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 callersFunctionzipfileTime
** 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
FunctionConsoleCtrlHandler
** This routine runs for console events (e.g. Ctrl-C) on Win32 */
src/sqlite/shell.c:22182
FunctionGDE_EXPORT sqlite_library_init
src/register_types.cpp:31
MethodSQLite
src/gdsqlite.cpp:116
Method_bind_methods
src/gdsqlite.cpp:5
FunctionapndAccess
** All other VFS methods are pass-thrus. */
src/sqlite/shell.c:9682
FunctionapndCheckReservedLock
** Check if another file-handle holds a RESERVED lock on an apnd-file. */
src/sqlite/shell.c:9445
FunctionapndClose
** Close an apnd-file. */
src/sqlite/shell.c:9328
FunctionapndCurrentTime
src/sqlite/shell.c:9716
FunctionapndCurrentTimeInt64
src/sqlite/shell.c:9722
FunctionapndDelete
** 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
FunctionapndDeviceCharacteristics
** Return the device characteristic flags supported by an apnd-file. */
src/sqlite/shell.c:9476
FunctionapndDlClose
src/sqlite/shell.c:9707
FunctionapndDlError
src/sqlite/shell.c:9701
FunctionapndDlOpen
src/sqlite/shell.c:9698
FunctionapndFetch
Fetch a page of a memory-mapped file */
src/sqlite/shell.c:9512
FunctionapndFileControl
** File control method. For custom operations on an apnd-file. */
src/sqlite/shell.c:9453
FunctionapndFileSize
** 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
FunctionapndFullPathname
src/sqlite/shell.c:9690
FunctionapndGetLastError
src/sqlite/shell.c:9719
FunctionapndGetSystemCall
src/sqlite/shell.c:9732
FunctionapndLock
** Lock an apnd-file. */
src/sqlite/shell.c:9429
FunctionapndNextSystemCall
src/sqlite/shell.c:9738
FunctionapndOpen
** Open an apnd file handle. */
src/sqlite/shell.c:9608
FunctionapndRandomness
src/sqlite/shell.c:9710
FunctionapndRead
** Read data from an apnd-file. */
src/sqlite/shell.c:9336
FunctionapndSectorSize
** Return the sector-size in bytes for an apnd-file. */
src/sqlite/shell.c:9468
FunctionapndSetSystemCall
src/sqlite/shell.c:9725
FunctionapndShmBarrier
Memory barrier operation on shared memory */
src/sqlite/shell.c:9500
FunctionapndShmLock
Perform locking on a shared-memory segment */
src/sqlite/shell.c:9494
FunctionapndShmMap
Create a shared memory file mapping */
src/sqlite/shell.c:9482
FunctionapndShmUnmap
Unmap a shared memory segment */
src/sqlite/shell.c:9506
FunctionapndSleep
src/sqlite/shell.c:9713
FunctionapndSync
** Sync an apnd-file. */
src/sqlite/shell.c:9411
FunctionapndTruncate
** Truncate an apnd-file. */
src/sqlite/shell.c:9399
FunctionapndUnfetch
Release a memory-mapped page */
src/sqlite/shell.c:9527
FunctionapndUnlock
** Unlock an apnd-file. */
src/sqlite/shell.c:9437
← previousnext →401–500 of 809, ranked by callers