MCPcopy Create free account

hub / github.com/BernardoGiordano/Checkpoint / functions

Functions1,694 in github.com/BernardoGiordano/Checkpoint

↓ 1 callersFunctionsetFileOffset
3ds/source/transferstatus.cpp:80
↓ 1 callersMethodsetIndex
switch/include/BackupList.hpp:76
↓ 1 callersMethodsetLanguage
switch/source/configuration.cpp:466
↓ 1 callersMethodsetLanguage
3ds/source/configuration.cpp:371
↓ 1 callersMethodsetLastTransferAddress
switch/source/configuration.cpp:478
↓ 1 callersMethodsetLastTransferAddress
3ds/source/configuration.cpp:379
↓ 1 callersMethodsetNandSaves
3ds/source/configuration.cpp:315
↓ 1 callersMethodsetQuickBackup
3ds/source/configuration.cpp:357
↓ 1 callersMethodsetQuickBackupEnabled
switch/source/configuration.cpp:381
↓ 1 callersFunctionsetSaveCount
switch/source/transferstatus.cpp:56
↓ 1 callersFunctionsetSaveCount
3ds/source/transferstatus.cpp:55
↓ 1 callersMethodsetScanCard
3ds/source/configuration.cpp:329
↓ 1 callersMethodsetSortMode
switch/source/titlecatalog.cpp:220
↓ 1 callersMethodsetTheme
switch/source/configuration.cpp:454
↓ 1 callersMethodsetTheme
3ds/source/configuration.cpp:364
↓ 1 callersMethodsetTransferEnabled
switch/source/configuration.cpp:357
↓ 1 callersMethodsetTransferEnabled
3ds/source/configuration.cpp:336
↓ 1 callersMethodsetVerifyRestoreEnabled
switch/source/configuration.cpp:393
↓ 1 callersFunctionsha256
3rd-party/sha256/sha256.c:160
↓ 1 callersFunctionsha256_final
3rd-party/sha256/sha256.c:114
↓ 1 callersFunctionsha256_init
3rd-party/sha256/sha256.c:85
↓ 1 callersFunctionsha256_update
3rd-party/sha256/sha256.c:99
↓ 1 callersMethodshutdown
switch/source/backupsize.cpp:109
↓ 1 callersMethodshutdown
3ds/source/backupsize.cpp:94
↓ 1 callersFunctionskip_bom
! @brief skip the UTF-8 byte order mark @return true iff there is no BOM or the correct BOM has been skipped */
3rd-party/json/json.hpp:8858
↓ 1 callersFunctionskip_whitespace
3rd-party/json/json.hpp:8872
↓ 1 callersFunctionsplit
! @brief split the string input to reference tokens @note This function is only called by the json_pointer constructor. All excepti
3rd-party/json/json.hpp:14471
↓ 1 callersFunctionsplitBackupName
Account backups are named "YYYYMMDD-HHMMSS username": the timestamp is the row's mono title, the trailing username (if any) becomes the right-hand use
switch/source/BackupList.cpp:201
↓ 1 callersFunctionstartFile
switch/source/transferstatus.cpp:74
↓ 1 callersFunctionstartFile
3ds/source/transferstatus.cpp:72
↓ 1 callersMethodstoreDsPixels
3ds/source/iconstore.cpp:100
↓ 1 callersMethodstoreUpload
storeUpload streams the multipart body, spools the file part to a temp file, and lands the backup under the mirrored console layout: <out>/<type>/<tit
tools/chlink/receive.go:213
↓ 1 callersFunctionstreamBodyToFile
Streams the body of an upload request to `tmpPath`, tracking progress and honouring a receive cancel. `leftover` is the body bytes already read while
switch/source/server.cpp:189
↓ 1 callersFunctionstreamBodyToFile
Streams the body of an upload request to `tmpPath`, tracking progress and honouring a receive cancel. `leftover` is the body already read while parsin
3ds/source/server.cpp:161
↓ 1 callersFunctionsym_for
(syms, addr)
tools/luma-crash-bt.py:86
↓ 1 callersMethodtakeResult
switch/source/transferjob.cpp:186
↓ 1 callersMethodtakeResult
3ds/source/transferjob.cpp:201
↓ 1 callersFunctiontext_range
(elf)
tools/luma-crash-bt.py:60
↓ 1 callersMethodtitleListForSaveType
switch/source/titlecatalog.cpp:355
↓ 1 callersFunctiontitleName
Resolves a title id to its short description, falling back to the hex id for titles not present in the catalog (e.g. a cart that isn't inserted). Copi
3ds/source/SettingsScreen.cpp:128
↓ 1 callersFunctiontoLowerAscii
3ds/source/loader.cpp:42
↓ 1 callersFunctionto_cbor
@brief create a CBOR serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_cbor/
3rd-party/json/json.hpp:23548
↓ 1 callersFunctionto_json_tuple_impl
3rd-party/json/json.hpp:5780
↓ 1 callersMethodtotal
switch/source/backupsize.cpp:53
↓ 1 callersMethodtotal
3ds/source/backupsize.cpp:50
↓ 1 callersFunctiontype
@brief return the type of the JSON value (explicit) @sa https://json.nlohmann.me/api/basic_json/type/
3rd-party/json/json.hpp:20596
↓ 1 callersFunctionunescape
3rd-party/json/json.hpp:3005
↓ 1 callersMethoduniqueId
3ds/source/title.cpp:228
↓ 1 callersFunctionupdate
@brief updates a JSON object from another object, overwriting existing keys @sa https://json.nlohmann.me/api/basic_json/update/
3rd-party/json/json.hpp:22710
↓ 1 callersMethodupdate
3ds/source/MainScreen.cpp:453
↓ 1 callersFunctionupdateCrc
Hardware CRC32 (zlib polynomial), same routine as transfer.cpp: only used to compare a backup file against its restored copy, so the exact variant doe
switch/source/io.cpp:57
↓ 1 callersMethodupdateSelection
switch/source/BackupList.cpp:75
↓ 1 callersFunctionusage
()
tools/chlink/main.go:18
↓ 1 callersMethoduserName
switch/source/title.cpp:76
↓ 1 callersFunctionutf8CharSize
Byte length of the UTF-8 sequence starting at `character`, 0 if invalid. (Same semantics as the retired SDL_FontCache's U8_charsize.)
switch/source/gfxutils.cpp:36
↓ 1 callersFunctionutf8Len
Bytes consumed by the UTF-8 lead byte `c` (1 if not a lead byte). Local so the log wrapper never splits a multi-byte glyph without pulling in the font
switch/source/SettingsScreen.cpp:119
↓ 1 callersFunctionutf8SeqLen
Byte length of the UTF-8 sequence starting with lead byte `b`.
3ds/source/textpool.cpp:44
↓ 1 callersFunctionvalidate_path
! validate a path * * @param[in] args path to validate */
3rd-party/ftp/ftp.c:1690
↓ 1 callersFunctionvalue
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rd-party/json/json.hpp:13606
↓ 1 callersFunctionverifyTree
Walks the backup tree and checks every file has a byte-identical (size + CRC32) counterpart in the restored save.
switch/source/io.cpp:114
↓ 1 callersMethodworkerLoop
switch/source/backupsize.cpp:124
↓ 1 callersFunctionwrapText
FC_GetBufferFitToColumn: split on '\n', then greedily pack words (space runs stay glued to the preceding word); the first word of a line never wraps,
switch/source/gfx_deko3d.cpp:1272
↓ 1 callersFunctionwriteDeflateZip
(w io.Writer, root string)
tools/chlink/ziputil.go:77
↓ 1 callersMethodwriteFile
3ds/source/transfer.cpp:248
↓ 1 callersMethodwrite_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
3rd-party/json/json.hpp:15099
↓ 1 callersMethodwrite_cbor
! @param[in] j JSON value to serialize */
3rd-party/json/json.hpp:15128
↓ 1 callersMethodwrite_msgpack
! @param[in] j JSON value to serialize */
3rd-party/json/json.hpp:15452
MethodArchiveHandle
3ds/include/archive.hpp:45
MethodBackupList
switch/source/BackupList.cpp:46
MethodBackupList
3ds/source/BackupList.cpp:35
MethodBackupSizeCache
switch/include/backupsize.hpp:99
MethodBackupSizeCache
3ds/include/backupsize.hpp:86
MethodBackupTarget
3ds/include/backuptarget.hpp:45
MethodBlock
switch/source/gfx/CMemPool.h:23
MethodBodyReader
switch/source/transfer.cpp:199
MethodBodyReader
3ds/source/transfer.cpp:212
MethodCCmdMemRing
switch/source/gfx/CCmdMemRing.h:17
MethodCDescriptorSet
switch/source/gfx/CDescriptorSet.h:20
MethodCIntrusiveList
switch/source/gfx/CIntrusiveList.h:23
MethodCIntrusiveListNode
switch/source/gfx/CIntrusiveList.h:13
MethodCIntrusiveTree
switch/source/gfx/CIntrusiveTree.h:172
MethodCIntrusiveTreeBase
switch/source/gfx/CIntrusiveTree.h:88
MethodCIntrusiveTreeNode
switch/source/gfx/CIntrusiveTree.h:29
MethodCMemPool
switch/source/gfx/CMemPool.h:118
MethodCShader
switch/source/gfx/CShader.h:14
MethodChoiceOverlay
3ds/source/ChoiceOverlay.cpp:32
MethodClearScreen
switch/source/gfx_deko3d.cpp:889
MethodClickable
switch/include/clickable.hpp:38
MethodClickable
3ds/include/clickable.hpp:39
MethodConfiguration
switch/source/configuration.cpp:42
MethodConfiguration
switch/include/configuration.hpp:136
MethodConfiguration
3ds/source/configuration.cpp:33
MethodConfiguration
3ds/include/configuration.hpp:111
MethodCreateColorTexture
switch/source/gfx_deko3d.cpp:1430
MethodDataLock
3ds/include/DataMutex.hpp:48
MethodDataLock
3ds/include/DataMutex.hpp:98
MethodDataMutex
3ds/include/DataMutex.hpp:70
MethodDestroyTexture
switch/source/gfx_deko3d.cpp:1407
MethodDirectory
switch/source/directory.cpp:29
MethodDirectory
3ds/source/directory.cpp:29
← previousnext →701–800 of 1,694, ranked by callers