MCPcopy Create free account

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

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

↓ 4 callersFunctionintckIsSpace
** Return true if argument c is an ascii whitespace character. */
src/sqlite/shell.c:15128
↓ 4 callersFunctionoutput_file_open
** Try to open an output file. The names "stdout" and "stderr" are ** recognized and do the right thing. NULL is returned if the output ** filename
src/sqlite/shell.c:26058
↓ 4 callersFunctionprintSchemaLine
** Print a schema statement. Part of MODE_Semi and MODE_Pretty output. ** ** This routine converts some CREATE TABLE statements for shadow tables **
src/sqlite/shell.c:22298
↓ 4 callersFunctionprint_box_row_separator
** Draw a horizontal separator for a MODE_Box table. */
src/sqlite/shell.c:23805
↓ 4 callersFunctionprint_dashes
** Print N dashes */
src/sqlite/shell.c:22463
↓ 4 callersFunctionre_word_char
Return true if c is a perl "word" character: [A-Za-z0-9_] */
src/sqlite/shell.c:6719
↓ 4 callersFunctionseriesCeil
** Case 1 (the most common case): ** The standard math library is available so use ceil() and floor() from there. */
src/sqlite/shell.c:5964
↓ 4 callersFunctionsession_close_all
src/sqlite/shell.c:25426
↓ 4 callersFunctionshellPreparePrintf
** Create a prepared statement using printf-style arguments for the SQL. */
src/sqlite/shell.c:27322
↓ 4 callersFunctionsqlite3_expert_report
** Return a component of the report. */
src/sqlite/shell.c:14566
↓ 4 callersFunctionsqlite3_recover_config
** Configure the handle. */
src/sqlite/shell.c:21124
↓ 4 callersFunctiontimeOfDay
Return the current wall-clock time in microseconds since the ** Unix epoch (1970-01-01T00:00:00Z) */
src/sqlite/shell.c:657
↓ 4 callersFunctionutf8_width_print
** Output string zUtf to stdout as w characters. If w is negative, ** then right-justify the text. W is the width in UTF-8 characters, not ** in byt
src/sqlite/shell.c:1226
↓ 4 callersFunctionzipfileAppendData
src/sqlite/shell.c:10334
↓ 4 callersFunctionzipfileCorrupt
** Set (*pzErr) to point to a buffer from sqlite3_malloc() containing a ** generic corruption message and return SQLITE_CORRUPT; */
src/sqlite/shell.c:10590
↓ 3 callersFunctionSHA3Final
** After all content has been added, invoke SHA3Final() to compute ** the final hash. The function returns a pointer to the binary ** hash value. */
src/sqlite/shell.c:2782
↓ 3 callersFunctionSHA3Init
** Initialize a new hash. iSize determines the size of the hash ** in bits and should be one of 224, 256, 384, or 512. Or iSize ** can be zero to us
src/sqlite/shell.c:2712
↓ 3 callersFunctionarCheckEntries
** This function assumes that all arguments within the ArCommand.azArg[] ** array refer to archive members, as for the --extract, --list or --remove *
src/sqlite/shell.c:27660
↓ 3 callersFunctionarCreateOrUpdateCommand
** Implementation of .ar "create", "insert", and "update" commands. ** ** create -> Create a new SQL archive ** insert -> Insert
src/sqlite/shell.c:27934
↓ 3 callersFunctionarDotCommand
** Implementation of ".ar" dot command. */
src/sqlite/shell.c:28043
↓ 3 callersFunctionarProcessSwitch
src/sqlite/shell.c:27461
↓ 3 callersFunctionarUsage
** Print a usage message for the .ar command to stderr and return SQLITE_ERROR. */
src/sqlite/shell.c:27415
↓ 3 callersFunctionarWhereClause
** Format a WHERE clause that can be used against the "sqlar" table to ** identify all archive members that match the command arguments held ** in (*p
src/sqlite/shell.c:27700
↓ 3 callersFunctionctxErrorMsg
** Set the error message contained in context ctx to the results of ** vprintf(zFmt, ...). */
src/sqlite/shell.c:7686
↓ 3 callersFunctiondbdataLoadPage
** Load page pgno from the database via the sqlite_dbpage virtual table. ** If successful, set (*ppPage) to point to a buffer containing the page ** d
src/sqlite/shell.c:17665
↓ 3 callersFunctiondo_meta_command
** If an input line begins with "." then invoke this routine to ** process that line. ** ** Return 1 on error, 2 to exit, and 0 otherwise. */
src/sqlite/shell.c:28557
↓ 3 callersFunctioneqp_append
** Add a new entry to the EXPLAIN QUERY PLAN data */
src/sqlite/shell.c:22351
↓ 3 callersFunctioneqp_reset
** Free and reset the EXPLAIN QUERY PLAN data that has been collected ** in p->sGraph. */
src/sqlite/shell.c:22377
↓ 3 callersFunctionescapeOutput
** Escape the input string if it is needed and in accordance with ** eEscMode. ** ** Escaping is needed if the string contains any control characters
src/sqlite/shell.c:22009
↓ 3 callersFunctionexec_prepared_stmt
** Run a prepared statement */
src/sqlite/shell.c:24254
↓ 3 callersFunctionexpertFinish
** This function is called either to silently clean up the object ** created by the ".expert" command (if bCancel==1), or to generate a ** report from
src/sqlite/shell.c:24366
↓ 3 callersFunctionexplain_data_delete
** Free the array allocated by explain_data_prepare(). */
src/sqlite/shell.c:23577
↓ 3 callersFunctionexplain_data_prepare
** If compiled statement pSql appears to be an EXPLAIN statement, allocate ** and populate the ShellState.aiIndent[] array with the number of ** space
src/sqlite/shell.c:23515
↓ 3 callersFunctionfileStat
** This function is used in place of stat(). On Windows, special handling ** is required in order for the included time to be returned as UTC. On al
src/sqlite/shell.c:7772
↓ 3 callersFunctionfileTimeToUnixTime
** This function is designed to convert a Win32 FILETIME structure into the ** number of seconds since the Unix Epoch (1970-01-01 00:00:00 UTC). */
src/sqlite/shell.c:7701
↓ 3 callersFunctionget_uint16
** Utility methods to decode 16 and 32-bit big-endian unsigned integers. */
src/sqlite/shell.c:17645
↓ 3 callersFunctionhash_finish
Add padding and compute the message digest. Render the ** message digest as lower-case hexadecimal and put it into ** zOut[]. zOut[] must be at leas
src/sqlite/shell.c:3288
↓ 3 callersFunctionhash_step_vformat
Compute a string using sqlite3_vsnprintf() and hash it */
src/sqlite/shell.c:3269
↓ 3 callersFunctionidxConstraintFree
** Free all elements of the linked list starting at pConstraint. */
src/sqlite/shell.c:13485
↓ 3 callersFunctionidxDatabaseError
** An error associated with database handle db has just occurred. Pass ** the error message to callback function xOut. */
src/sqlite/shell.c:12684
↓ 3 callersFunctionidxHashClear
** Reset an IdxHash hash table. */
src/sqlite/shell.c:12568
↓ 3 callersFunctionidxIdentifierRequiresQuotes
** Return true if zId must be quoted in order to use it as an SQL ** identifier, or false otherwise. */
src/sqlite/shell.c:13192
↓ 3 callersFunctionintckCheckObjectSql
** Return a pointer to a nul-terminated buffer containing the SQL statement ** used to check database object zObj (a table or index) for corruption. *
src/sqlite/shell.c:15291
↓ 3 callersFunctionintckGetToken
** Return the size in bytes of the first token in nul-terminated buffer z. ** For the purposes of this call, a token is either: ** ** * a quoted SQ
src/sqlite/shell.c:15101
↓ 3 callersFunctionisVt100
** Check to see if z[] is a valid VT100 escape. If it is, then ** return the number of bytes in the escape sequence. Return 0 if ** z[] is not a VT1
src/sqlite/shell.c:1203
↓ 3 callersFunctionnewTempFile
** Create a new temp file name with the given suffix. */
src/sqlite/shell.c:27023
↓ 3 callersFunctionoutput_file_close
** Close an output file, assuming it is not stderr or stdout */
src/sqlite/shell.c:26049
↓ 3 callersFunctionoutput_json_string
** Output the given string as quoted according to JSON quoting rules. */
src/sqlite/shell.c:21947
↓ 3 callersFunctionoutput_redir
** Change the output stream (file or pipe or console) to something else. */
src/sqlite/shell.c:26535
↓ 3 callersFunctionprintSchemaLineN
src/sqlite/shell.c:22326
↓ 3 callersFunctionre_esc_char
A backslash character has been seen, read the next character and ** return its interpretation. */
src/sqlite/shell.c:6954
↓ 3 callersFunctionre_resize
Resize the opcode and argument arrays for an RE under construction. */
src/sqlite/shell.c:6887
↓ 3 callersFunctionrecoverBitmapQuery
** Query bitmap object pMap for the state of the bit associated with page ** iPg. Return 1 if it is set, or 0 otherwise. */
src/sqlite/shell.c:18756
↓ 3 callersFunctionrecoverStrlen
** Like strlen(). But handles NULL pointer arguments. */
src/sqlite/shell.c:18655
↓ 3 callersFunctionsha3_step_vformat
Compute a string using sqlite3_vsnprintf() with a maximum length ** of 50 bytes and add it to the hash. */
src/sqlite/shell.c:2843
↓ 3 callersFunctionshellDeleteFile
** Delete a file. */
src/sqlite/shell.c:26996
↓ 3 callersFunctionsqlite3_popen
** Work-alike for the popen() routine from the standard C library. */
src/sqlite/shell.c:439
↓ 3 callersFunctionsqlite3_recover_errcode
** Return the handle error code. */
src/sqlite/shell.c:21117
↓ 3 callersFunctionstr_in_array
** Parameter azArray points to a zero-terminated array of strings. zStr ** points to a single nul-terminated string. Return non-zero if zStr ** is equ
src/sqlite/shell.c:23486
↓ 3 callersFunctionzipfileBufferGrow
src/sqlite/shell.c:11768
↓ 3 callersFunctionzipfileCleanupTransaction
** Release resources that should be freed at the end of a write ** transaction. */
src/sqlite/shell.c:10204
↓ 3 callersFunctionzipfileComparePath
** Both (const char*) arguments point to nul-terminated strings. Argument ** nB is the value of strlen(zB). This function returns 0 if the strings are
src/sqlite/shell.c:11277
↓ 3 callersFunctionzipfileGetU16
** Read and return a 16-bit little-endian unsigned integer from buffer aBuf. */
src/sqlite/shell.c:10355
↓ 3 callersFunctionzipfileMtime
** Convert the standard MS-DOS timestamp stored in the mTime and mDate ** fields of the CDS structure passed as the only argument to a 32-bit ** UNIX
src/sqlite/shell.c:10523
↓ 2 callersFunctionKeccakF1600Step
** A single step of the Keccak mixing function for a 1600-bit state */
src/sqlite/shell.c:2390
↓ 2 callersFunctionSHA1Transform
* Hash a single 512-bit block. This is the core of the algorithm. */
src/sqlite/shell.c:3165
↓ 2 callersFunctionallBase85
Say whether input char sequence is all (base85 and/or whitespace).*/
src/sqlite/shell.c:5062
↓ 2 callersFunctionanyOfInStr
** Find earliest of chars within s specified in zAny. ** With ns == ~0, is like strpbrk(s,zAny) and s must be 0-terminated. */
src/sqlite/shell.c:21851
↓ 2 callersFunctionapndReadMark
** Try to read the append-mark off the end of a file. Return the ** start of the appended database if the append-mark is present. ** If there is no v
src/sqlite/shell.c:9542
↓ 2 callersFunctionapndWriteMark
** Add the append-mark onto what should become the end of the file. * If and only if this succeeds, internal ApndFile.iMark is updated. * Parameter
src/sqlite/shell.c:9352
↓ 2 callersFunctionbase85Numeral
src/sqlite/shell.c:4960
↓ 2 callersFunctionbind_table_init
Create the TEMP table used to store parameter bindings */
src/sqlite/shell.c:23650
↓ 2 callersMethodclose
** Close a file. */
src/vfs/gdsqlite_file.cpp:8
↓ 2 callersFunctioncompletionCursorReset
** Reset the completion_cursor. */
src/sqlite/shell.c:8756
↓ 2 callersFunctiondbdataGetVarint
** Read a varint. Put the value in *pVal and return the number of bytes. */
src/sqlite/shell.c:17705
↓ 2 callersFunctiondbdataIsFunction
** Return true if nul-terminated string zSchema ends in "()". Or false ** otherwise. */
src/sqlite/shell.c:18080
↓ 2 callersFunctiondbdataResetCursor
** Restore a cursor object to the state it was in when first allocated ** by dbdataOpen(). */
src/sqlite/shell.c:17614
↓ 2 callersFunctiondbdataValueBytes
** Return the number of bytes of space used by an SQLite value of type ** eType. */
src/sqlite/shell.c:17734
↓ 2 callersFunctiondecimalFromDouble
** Use an IEEE754 binary64 ("double") to generate a new Decimal object. */
src/sqlite/shell.c:4214
↓ 2 callersFunctiondecimalPow2
** Create a new Decimal object that contains an integer power of 2. */
src/sqlite/shell.c:4179
↓ 2 callersFunctiondecimal_clear
** Release memory held by a Decimal, but do not free the object itself. */
src/sqlite/shell.c:3647
↓ 2 callersFunctiondecimal_cmp
** Compare to Decimal objects. Return negative, 0, or positive if the ** first object is less than, equal to, or greater than the second. ** ** Preco
src/sqlite/shell.c:3964
↓ 2 callersFunctiondecimal_expand
** Expand the Decimal so that it has a least nDigit digits and nFrac ** digits to the right of the decimal point. */
src/sqlite/shell.c:4028
↓ 2 callersFunctiondecimal_result_sci
** Make the given Decimal the result in an format similar to '%+#e'. ** In other words, show exponential notation with leading and trailing ** zeros
src/sqlite/shell.c:3897
↓ 2 callersFunctiondeduceDatabaseType
** Try to deduce the type of file for zName based on its content. Return ** one of the SHELL_OPEN_* constants. ** ** If the file does not exist or is
src/sqlite/shell.c:25462
↓ 2 callersFunctiondisplay_stats
** Display memory stats. */
src/sqlite/shell.c:23208
↓ 2 callersFunctioneqp_next_row
Return the next EXPLAIN QUERY PLAN line with iEqpId that occurs after ** pOld, or return the first such line if pOld is NULL */
src/sqlite/shell.c:22389
↓ 2 callersFunctionexpertDbContainsObject
** This function tests if the schema of the main database of database handle ** db contains an object named zTab. Assuming no error occurs, output par
src/sqlite/shell.c:13773
↓ 2 callersFunctionexpertSchemaSql
** Execute SQL command zSql using database handle db. If no error occurs, ** set (*pzErr) to NULL and return SQLITE_OK. ** ** If an error does occur,
src/sqlite/shell.c:13808
↓ 2 callersFunctionfileLinkStat
** This function is used in place of lstat(). On Windows, special handling ** is required in order for the included time to be returned as UTC. On a
src/sqlite/shell.c:7796
↓ 2 callersFunctionfind_xdg_file
** On non-Windows platforms, look for: ** ** - ${zEnvVar}/${zBaseName} ** - ${HOME}/${zSubdir}/${zBaseName} ** ** $zEnvVar is intended to be the name
src/sqlite/shell.c:32793
↓ 2 callersFunctionfreeColumnList
** Release memory previously allocated by tableColumnList(). */
src/sqlite/shell.c:24628
↓ 2 callersFunctionfromBase85
Decode base85 text into a byte buffer. */
src/sqlite/shell.c:5019
↓ 2 callersFunctionfsdirResetCursor
** Reset a cursor back to the state it was in when first returned ** by fsdirOpen(). */
src/sqlite/shell.c:8147
↓ 2 callersFunctionhash_init
Initialize a SHA1 context */
src/sqlite/shell.c:3232
↓ 2 callersFunctionidxAppendColDefn
** This function appends an index column definition suitable for constraint ** pCons to the string passed as zIn and returns the result. */
src/sqlite/shell.c:13214
↓ 2 callersFunctionidxCreateFromCons
src/sqlite/shell.c:13333
↓ 2 callersFunctionidxCreateFromWhere
src/sqlite/shell.c:13429
↓ 2 callersFunctionidxHashAdd
** If zKey is already present in the hash table, return non-zero and do ** nothing. Otherwise, add an entry with key zKey and payload string zVal to *
src/sqlite/shell.c:12600
↓ 2 callersFunctionidxHashFind
** If zKey/nKey is present in the hash table, return a pointer to the ** hash-entry object. */
src/sqlite/shell.c:12637
← previousnext →101–200 of 809, ranked by callers