Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ functions
Functions
2,441 in github.com/BernardoGiordano/Checkpoint
⨍
Functions
2,441
◇
Types & classes
535
↓ 3 callers
Function
newHTTPClient
newHTTPClient bounds connect and response-header time but not the body transfer itself, so large uploads aren't killed by a global deadline.
tools/chlink/send.go:349
↓ 3 callers
Method
numInRange
common/script/scriptargs.cpp:116
↓ 3 callers
Method
open
3ds/source/archive.cpp:123
↓ 3 callers
Method
parse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON val
3rd-party/json/json.hpp:12261
↓ 3 callers
Function
parseOnePositional
parseOnePositional parses fs while allowing the single positional argument to come before the flags (Go's flag package stops parsing at the first non-
tools/chlink/common.go:33
↓ 3 callers
Function
perform
common/script/httpcall.cpp:148
↓ 3 callers
Method
pxi
valid when !isRaw()
3ds/include/archive.hpp:86
↓ 3 callers
Method
quickBackup
3ds/source/configuration.cpp:295
↓ 3 callers
Method
read_body
The request body, Content-Length or chunked.
tools/webdav-testserver.py:124
↓ 3 callers
Method
refreshDirectories
3ds/source/title.cpp:202
↓ 3 callers
Method
remove
switch/source/gfx/CIntrusiveTree.cpp:148
↓ 3 callers
Function
requestCancel
3ds/source/transferstatus.cpp:135
↓ 3 callers
Method
resetIndex
3ds/source/BackupList.cpp:46
↓ 3 callers
Method
respond
common/script/scriptuibridge.cpp:63
↓ 3 callers
Method
rowToCell
switch/include/BackupList.hpp:71
↓ 3 callers
Method
saveDataSpaceId
switch/source/title.cpp:51
↓ 3 callers
Method
savePath
3ds/source/title.cpp:117
↓ 3 callers
Method
saves
3ds/source/title.cpp:137
↓ 3 callers
Function
sendZipStream
common/transferprotocol.cpp:464
↓ 3 callers
Method
setCount
Updates the item count, clamping the index and window when the list shrinks; an empty list resets index and offset to 0.
3ds/include/ListCursor.hpp:48
↓ 3 callers
Method
setParent
switch/source/gfx/CIntrusiveTree.h:36
↓ 3 callers
Function
setReceiverCompletedName
switch/source/transfer.cpp:92
↓ 3 callers
Function
setReceiverCompletedName
3ds/source/transfer.cpp:117
↓ 3 callers
Function
setReceiverNotice
switch/source/transfer.cpp:86
↓ 3 callers
Function
setReceiverNotice
3ds/source/transfer.cpp:111
↓ 3 callers
Method
set_begin
set iterator to a defined beginning
3rd-party/json/json.hpp:12750
↓ 3 callers
Method
shouldScanCard
3ds/source/configuration.cpp:275
↓ 3 callers
Method
size
Number of selectable rows on screen (includes the synthetic "New..." row and, when wireless transfer is on, the "Receive" action row).
switch/include/BackupList.hpp:56
↓ 3 callers
Function
snapshot
3ds/source/transferstatus.cpp:145
↓ 3 callers
Function
swap
@brief exchanges the values @sa https://json.nlohmann.me/api/basic_json/swap/
3rd-party/json/json.hpp:22764
↓ 3 callers
Function
sweepTempFiles
sweepTempFiles removes spool files left behind by a crash or Ctrl-C mid-upload (parity with the console's boot sweep).
tools/chlink/receive.go:144
↓ 3 callers
Method
text
3ds/source/KeyboardManager.cpp:38
↓ 3 callers
Method
theme
3ds/source/configuration.cpp:300
↓ 3 callers
Function
titleIndexArg
A catalog index, the same index space as the Save list — a script gets one from titles_count()/title_find().
common/script/checkpoint_api.cpp:75
↓ 3 callers
Function
title_url
<sync root>/<title> into dst. 1 on success. */
scripts/common/universal/webdav.c:1140
↓ 3 callers
Function
uiBodyBottom
switch/include/ScriptTile.hpp:89
↓ 3 callers
Function
uiBodyBottom
The y one past the last row the body may use (the hint band's top).
3ds/include/ScriptTile.hpp:80
↓ 3 callers
Function
unget
! @brief unget current character (read it again on next get) We implement unget by setting variable next_unget to true. The input is not
3rd-party/json/json.hpp:8746
↓ 3 callers
Function
webResult
Every web_* binding is argument marshalling over Http::perform (httpcall.hpp), which owns the option set, the abort polling, the upload progress bar a
common/script/checkpoint_api.cpp:396
↓ 3 callers
Function
zipStreamSize
common/transferprotocol.cpp:229
↓ 2 callers
Method
Exit
switch/source/gfx_deko3d.cpp:637
↓ 2 callers
Method
Read
(b []byte)
tools/chlink/send.go:365
↓ 2 callers
Function
SPIEnableWriting
3ds/source/spi.cpp:84
↓ 2 callers
Function
SPIGetPageSize
3ds/source/spi.cpp:143
↓ 2 callers
Function
SPIReadSaveData
3ds/source/spi.cpp:288
↓ 2 callers
Function
SPIUnlock
The 8MB flash cart ships write-protected: its status register has block-protect and SRWD bits set (observed sr = 0x84, then 0x86 once the write-enable
3ds/source/spi.cpp:393
↓ 2 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
3rd-party/json/json.hpp:12321
↓ 2 callers
Method
accessible
3ds/source/archive.cpp:151
↓ 2 callers
Method
add
switch/source/gfx/CIntrusiveList.h:34
↓ 2 callers
Function
addBytesDone
switch/source/transferstatus.cpp:124
↓ 2 callers
Function
addBytesDone
3ds/source/transferstatus.cpp:122
↓ 2 callers
Method
addIo
common/script/scriptconsole.cpp:258
↓ 2 callers
Function
allocDescId
Grab a free image-descriptor slot; returns false (with a log) when the table is exhausted.
switch/source/gfx_deko3d.cpp:367
↓ 2 callers
Function
apply
Rewrites the tokens above to match the requested theme ("light" selects the light palette; anything else, including "dark", selects the dark one). Saf
switch/include/colors.hpp:77
↓ 2 callers
Function
apply
Rewrites the tokens above to match the requested theme ("light" selects the light palette; anything else, including "dark", selects the dark one). Onl
3ds/include/colors.hpp:71
↓ 2 callers
Function
ask_new_passphrase
Ask for a passphrase twice and leave it in g_pass on agreement. 1 = a * passphrase was set, 0 = the user backed out (g_pass untouched). * * The min
scripts/common/universal/googledrive.c:588
↓ 2 callers
Function
ask_new_passphrase
Ask for a passphrase twice and leave it in g_pass on agreement. 1 = a * passphrase was set, 0 = the user backed out (g_pass untouched). * * The min
scripts/common/universal/webdav.c:663
↓ 2 callers
Function
baseName
picoc's own diagnostics are terse and unpunctuated; match them.
common/script/scriptargs.cpp:37
↓ 2 callers
Function
basename_of
Copy the final path component of `full` (everything after the last '/') into * dst[size]. read_directory returns full paths, so this recovers the bac
scripts/common/universal/googledrive.c:307
↓ 2 callers
Function
bodyBottom
The y one past the last row a tile's body may use (its hint band's top).
switch/include/ScriptTile.hpp:85
↓ 2 callers
Function
build_auth
"Authorization: Basic base64(user:password)". Built once per run: the header * goes into every request, and re-encoding it per call would put the pas
scripts/common/universal/webdav.c:819
↓ 2 callers
Function
bytes
common/script/scriptbar.cpp:48
↓ 2 callers
Function
bytesToMB
switch/source/transferstatus.cpp:153
↓ 2 callers
Function
bytesToMB
3ds/source/transferstatus.cpp:151
↓ 2 callers
Method
cend
3ds/include/SmallVector.hpp:405
↓ 2 callers
Function
chooseFbSize
Pick the framebuffer resolution for the current applet operation mode: docked outputs native 1080p, handheld 720p.
switch/source/gfx_deko3d.cpp:471
↓ 2 callers
Function
clear
@brief clears the contents @sa https://json.nlohmann.me/api/basic_json/clear/
3rd-party/json/json.hpp:22329
↓ 2 callers
Function
collect_titles_with_backups
Fill `names` (malloc'd) and `idxs` with the titles that have backups on SD. * Returns the count. */
scripts/common/universal/webdav.c:1295
↓ 2 callers
Method
commit
3ds/source/configuration.cpp:232
↓ 2 callers
Function
confirmRightX
3ds/source/ScriptRequestOverlays.cpp:157
↓ 2 callers
Function
consoleDisplayError
3ds/source/util.cpp:43
↓ 2 callers
Function
constantTimeEquals
common/transferprotocol.cpp:198
↓ 2 callers
Function
createFramebuffers
(Re)create the swapchain framebuffers at the current s_fbWidth/s_fbHeight.
switch/source/gfx_deko3d.cpp:485
↓ 2 callers
Function
curlReady
Lazy so curl costs nothing until a script actually transfers. Single script thread + one run at a time, so no init race.
common/script/httpcall.cpp:40
↓ 2 callers
Function
dav_explain
One line of plain English for a status this script could not use. `dst` needs * 200 bytes. Written once because every entry point — test, upload, res
scripts/common/universal/webdav.c:851
↓ 2 callers
Function
dav_list
Names of the entries directly inside collection `url`, as malloc'd strings in * `names` (the caller free()s each). Returns the count, or -1 if the li
scripts/common/universal/webdav.c:924
↓ 2 callers
Function
dav_propfind
PROPFIND `url` at `depth` ("0" for the collection itself, "1" for its * children). Returns the malloc'd response body (caller free()s) and writes the
scripts/common/universal/webdav.c:902
↓ 2 callers
Method
decode
3ds/source/titlecache.cpp:126
↓ 2 callers
Function
decodeToRGBA
Decode a JPEG into a malloc'd RGBA8 buffer. Caller frees. (The SDL-era black colorkey existed for the retired PNG marks only; JPEG icons never legitim
switch/source/gfx_deko3d.cpp:441
↓ 2 callers
Function
decodeUTF8
Decode one UTF-8 sequence and advance *ptr past it. Truncated/invalid trail bytes end the sequence early (garbage in, garbage codepoint out — same tol
switch/source/gfx_deko3d.cpp:1010
↓ 2 callers
Function
deriveKey
The two halves mixed into one AES-256 key. `source` is the exact DeviceKeySource to bind to (DeviceKeySourceNone for passphrase only), and a passphras
common/script/seal_api.cpp:153
↓ 2 callers
Function
destroyFramebuffers
switch/source/gfx_deko3d.cpp:503
↓ 2 callers
Method
deviceSecret
The NAND CID: 16 bytes burnt into this console's internal storage, reachable only by asking FS (already initialised, so no service of our own to open
3ds/source/script/scripthost.cpp:277
↓ 2 callers
Method
doUpdate
common/Screen.cpp:59
↓ 2 callers
Function
drawString
FC_RenderLeft: pen starts at (x, y = line top); '\n' returns to x and drops one fcHeight; spaces advance without drawing.
switch/source/gfx_deko3d.cpp:1238
↓ 2 callers
Function
drive_query_id
Run a Drive files.list query and return the first files[0].id as a malloc'd * string ("" if none / on error); the caller free()s it. `query` is the r
scripts/common/universal/googledrive.c:974
↓ 2 callers
Method
dupString
common/script/scriptheap.cpp:88
↓ 2 callers
Function
emplace
3rd-party/json/json.hpp:19058
↓ 2 callers
Function
encode
common/script/httpcall.cpp:228
↓ 2 callers
Method
encode
3ds/source/titlecache.cpp:72
↓ 2 callers
Function
ensure_folder
find-or-create a folder named `name` under `parentId` ("root" for the Drive * root). Returns a malloc'd id, or a malloc'd "" on failure — always non-
scripts/common/universal/googledrive.c:1010
↓ 2 callers
Method
eof
3ds/source/fsstream.cpp:170
↓ 2 callers
Function
erase
3rd-party/json/json.hpp:19166
↓ 2 callers
Function
erase_internal
3rd-party/json/json.hpp:21869
↓ 2 callers
Method
error
3ds/source/directory.cpp:73
↓ 2 callers
Function
extractCurrentSave
Pulls the current slot's bare save out of the AGBSAVE container behind `file` into a fresh buffer. Used both on the PXI file (backup) and on a legacy
3ds/source/gbasave.cpp:151
↓ 2 callers
Method
favorite
3ds/source/loader.cpp:173
↓ 2 callers
Method
favoriteIds
switch/source/configuration.cpp:290
↓ 2 callers
Function
file_input_adapter
3rd-party/json/json.hpp:6193
↓ 2 callers
Function
file_size
Size of an SD file in bytes, or -1. Used only to log what was moved. */
scripts/common/universal/webdav.c:179
← previous
next →
301–400 of 2,441, ranked by callers