MCPcopy Create free account

hub / github.com/BernardoGiordano/Checkpoint / functions

Functions2,685 in github.com/BernardoGiordano/Checkpoint

↓ 2 callersMethodlisten
3rd-party/ftpd/source/socket.cpp:129
↓ 2 callersFunctionlittle_endianness
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from https://stackoverflow.com/a/1001328
3rd-party/json/json.hpp:9198
↓ 2 callersFunctionlocateCurrentSlot
Finds the newest slot of the container behind `file` (an AGBSAVE container: PXI save file or legacy SD dump). Returns false when no slot validates, i.
3ds/source/gbasave.cpp:92
↓ 2 callersMethodlog
common/logging.cpp:163
↓ 2 callersFunctionlog_dest
Where the destination is announced. A dialog covers the whole UI tile while * it is up, so the one surface that keeps reading through a menu is the l
scripts/common/universal/browser.c:1089
↓ 2 callersFunctionlooksSealed
common/script/seal_api.cpp:143
↓ 2 callersFunctionmakeDirData
common/script/checkpoint_api.cpp:128
↓ 2 callersMethodmount
switch/source/savedatasource.cpp:31
↓ 2 callersFunctionmount_sav
Opens the title's archive on this side, at its root. 1 on success. The old * handle is dropped only once the new one exists. */
scripts/common/universal/browser.c:836
↓ 2 callersMethodmoved_or_copied
3rd-party/json/json.hpp:14850
↓ 2 callersFunctionname_in
Is `name` one of the `count` strings in `names`? */
scripts/common/universal/webdav.c:990
↓ 2 callersMethodnext
switch/source/gfx/CIntrusiveList.h:32
↓ 2 callersFunctionnextCodepoint
Decodes the UTF-8 codepoint starting at s[i] (BMP only — the cache key is u16). `extraBytes` is how many continuation bytes follow the lead byte; inva
3ds/source/util.cpp:284
↓ 2 callersFunctionnormalize_base
Trim whatever the user typed or pasted into a base URL this script can build * on: no trailing '/', and a scheme, because curl treats a bare host as
scripts/common/universal/webdav.c:642
↓ 2 callersMethodnumpad
3ds/source/ScriptScreen.cpp:248
↓ 2 callersFunctionop_properties
scripts/common/universal/browser.c:1410
↓ 2 callersFunctionop_transfer
scripts/common/universal/browser.c:1229
↓ 2 callersMethodopen
3rd-party/ftpd/source/fs.cpp:109
↓ 2 callersFunctionoperator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rd-party/json/json.hpp:13234
↓ 2 callersFunctionoperator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rd-party/json/json.hpp:13285
↓ 2 callersMethodoutStrOrNull
common/script/scriptargs.cpp:173
↓ 2 callersMethodpage
common/ihid.hpp:58
↓ 2 callersFunctionparseMultipart
common/transferprotocol.cpp:272
↓ 2 callersFunctionpollRecv
Blocks up to the idle timeout for readable data, polling in slices so a cancel request is seen promptly. Returns bytes read (>0), 0 on a clean close o
switch/source/server.cpp:95
↓ 2 callersFunctionpollRecv
3ds/source/server.cpp:113
↓ 2 callersFunctionpollSocket
Waits up to timeoutMs for `events` on sock. Returns 1 if ready, 0 on timeout, -1 on error.
switch/source/transfer.cpp:518
↓ 2 callersFunctionpollSocket
Waits up to timeoutMs for `events` on sock. Returns 1 if ready, 0 on timeout, -1 on error.
3ds/source/transfer.cpp:538
↓ 2 callersMethodpop
switch/source/gfx/CIntrusiveList.h:73
↓ 2 callersMethodpopulated
3ds/include/SmallVector.hpp:61
↓ 2 callersFunctionpost_form
POST an x-www-form-urlencoded body and return the parsed JSON reply (caller * json_delete's). On a network failure the reply is an empty/invalid obje
scripts/common/universal/googledrive.c:358
↓ 2 callersMethodptr
common/script/scriptargs.cpp:158
↓ 2 callersMethodptrOrNull
common/script/scriptargs.cpp:163
↓ 2 callersFunctionpumpScriptRequests
common/script/scriptrequestpump.cpp:29
↓ 2 callersFunctionpushQuad
switch/source/gfx_deko3d.cpp:852
↓ 2 callersFunctionpushQuadRaw
switch/source/gfx_deko3d.cpp:827
↓ 2 callersFunctionpushRound
Emit one SDF rounded-rect quad. The geometry is expanded by 1px on every side so the antialiased edge is not clipped; local coordinates run from the r
switch/source/gfx_deko3d.cpp:861
↓ 2 callersFunctionq_escape
Escape `src` into `dst[size]` for a Drive query single-quoted literal: * backslash and single quote get a leading backslash (so a title like * "Luig
scripts/common/universal/googledrive.c:287
↓ 2 callersFunctionqueueTexUpload
Queue one texture's pixel copy + descriptor publish, flushing eagerly once the pending scratch exceeds the budget.
switch/source/gfx_deko3d.cpp:356
↓ 2 callersMethodread
common/script/zip_api.cpp:75
↓ 2 callersMethodrefreshDirectories
3ds/source/loader.cpp:187
↓ 2 callersFunctionreplace_substring
3rd-party/json/json.hpp:2971
↓ 2 callersFunctionrequestCancel
switch/source/transferstatus.cpp:147
↓ 2 callersMethodrequestCancel
Backup-only cancel: raises a flag the worker's UiProgressSink polls, but only while it is built for a backup item (nullptr for restore), so a cancel c
switch/include/transferjob.hpp:103
↓ 2 callersFunctionreset
reset token_buffer; current character is beginning of token
3rd-party/json/json.hpp:8692
↓ 2 callersFunctionresolveTarget
resolveTarget turns "ip" or "ip:port" into "host:port", defaulting the port.
tools/chlink/common.go:54
↓ 2 callersFunctionrightText
common/script/scriptbar.cpp:73
↓ 2 callersFunctionsame_fs
Are both sides the same filesystem? Two handles on one title's archive are * two views of the same tree, so a rename can move things between them and
scripts/common/universal/browser.c:1117
↓ 2 callersFunctionsanitizeFileName
common/transferprotocol.cpp:155
↓ 2 callersMethodsaveId
switch/source/title.cpp:61
↓ 2 callersFunctionscan
3rd-party/json/json.hpp:8881
↓ 2 callersMethodscan
common/script/scriptcatalog.cpp:80
↓ 2 callersMethodscrollBack
Rows scrolled back from the tail; 0 means pinned to the newest line. The header's "-N" marker.
common/script/scriptlogview.hpp:87
↓ 2 callersMethodscrollLines
common/script/scriptlogview.cpp:50
↓ 2 callersMethodscrollPages
common/script/scriptlogview.cpp:59
↓ 2 callersFunctionsdExtdataInfo
3ds/source/script/scripthost.cpp:99
↓ 2 callersFunctionsd_is_dir
scripts/common/universal/browser.c:275
↓ 2 callersFunctionsd_is_listed_dir
read_directory says nothing about which entries are folders, so this is the * documented test: an entry that will not open as a file is one. Only for
scripts/common/universal/browser.c:260
↓ 2 callersFunctionseal_error_text
One line of plain English for a device_seal / device_unseal result code, so * the user is told which of the several very different failures happened
scripts/common/universal/googledrive.c:382
↓ 2 callersFunctionseal_error_text
One line of plain English for a device_seal / device_unseal result code, so * the user is told which of the several very different failures happened
scripts/common/universal/webdav.c:484
↓ 2 callersFunctionsegmentGeometry
3ds/source/MainScreen.cpp:92
↓ 2 callersFunctionsendAll
switch/source/transfer.cpp:528
↓ 2 callersFunctionsendAll
send() may accept fewer bytes than asked (a short write), so a single call silently truncates the MB-scale /logs/* bodies. Loop until the whole buffer
switch/source/server.cpp:129
↓ 2 callersFunctionsendAll
3ds/source/transfer.cpp:548
↓ 2 callersMethodsetBlack
switch/source/gfx/CIntrusiveTree.h:66
↓ 2 callersFunctionsetBytesDone
switch/source/transferstatus.cpp:125
↓ 2 callersFunctionsetBytesDone
3ds/source/transferstatus.cpp:116
↓ 2 callersMethodsetColor
switch/source/gfx/CIntrusiveTree.h:46
↓ 2 callersMethodsetColors
common/iclickable.hpp:54
↓ 2 callersMethodsetDSiWareSaves
3ds/source/configuration.cpp:332
↓ 2 callersMethodsetFilter
switch/source/configuration.cpp:320
↓ 2 callersMethodsetIndex
3ds/source/BackupList.cpp:40
↓ 2 callersMethodsetRed
switch/source/gfx/CIntrusiveTree.h:65
↓ 2 callersMethodsetViewportRows
common/script/scriptlogview.cpp:45
↓ 2 callersMethodsetWidth
common/script/scriptconsole.cpp:45
↓ 2 callersFunctionsha256_final
3rd-party/sha256/sha256.c:114
↓ 2 callersFunctionsha256_init
3rd-party/sha256/sha256.c:85
↓ 2 callersFunctionsha256_transform
FUNCTION DEFINITIONS ***********************/
3rd-party/sha256/sha256.c:44
↓ 2 callersFunctionsha256_update
3rd-party/sha256/sha256.c:99
↓ 2 callersMethodshutdown
3ds/source/backupsize.cpp:94
↓ 2 callersMethodsize
3ds/source/directory.cpp:93
↓ 2 callersMethodsize
3ds/include/SmallVector.hpp:379
↓ 2 callersFunctionslurp
slurp_n for text, where the length is the string's own */
scripts/common/universal/googledrive.c:162
↓ 2 callersFunctionslurp_n
Read a whole SD file into a malloc'd buffer, NUL-terminated one byte past the * end so a text caller can treat it as a string. *size gets the byte co
scripts/common/universal/googledrive.c:135
↓ 2 callersFunctionslurp_n
Read a whole SD file into a malloc'd buffer, NUL-terminated one byte past the * end so a text caller can treat it as a string. *size gets the byte co
scripts/common/universal/webdav.c:145
↓ 2 callersMethodsnap
Drops onto a position with no animation. For when what is underneath changed (a new title's backups, a different save-type filter): sliding between tw
switch/include/uikit.hpp:106
↓ 2 callersMethodsortMode
switch/source/configuration.cpp:502
↓ 2 callersMethodstatusText
common/script/scriptuibridge.cpp:84
↓ 2 callersMethodstep
switch/source/uikit.cpp:62
↓ 2 callersMethodstoreCtrIcon
3ds/source/iconstore.cpp:79
↓ 2 callersMethodstoreDsIcon
3ds/source/iconstore.cpp:121
↓ 2 callersMethodstrArray
common/script/scriptargs.cpp:193
↓ 2 callersFunctionsync_backup
Zip one backup folder and upload it under the title's Drive folder. 1 ok. * * Progress contract: the caller owns the item bar and its label names th
scripts/common/universal/googledrive.c:1163
↓ 2 callersMethodtakeResult
switch/source/transferjob.cpp:186
↓ 2 callersMethodtakeResult
3ds/source/transferjob.cpp:206
↓ 2 callersMethodtheme
switch/source/configuration.cpp:454
↓ 2 callersMethodtitleCount
3ds/source/script/scripthost.cpp:109
↓ 2 callersFunctiontitle_has_backups
Does title `idx` have at least one backup folder on SD? */
scripts/common/universal/googledrive.c:1249
↓ 2 callersFunctiontransfer_allowed
Everything a copy or a move has to refuse before it starts. 1 if it may go * ahead. */
scripts/common/universal/browser.c:1171
↓ 2 callersMethoduniqueId
3ds/source/title.cpp:228
↓ 2 callersMethodupdate
switch/source/MainScreen.cpp:699
← previousnext →501–600 of 2,685, ranked by callers