Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GerbilSoft/rom-properties
/ functions
Functions
15,169 in github.com/GerbilSoft/rom-properties
⨍
Functions
15,169
◇
Types & classes
3,401
↓ 3 callers
Function
ini_parse_file
See documentation in header file. */
extlib/inih/ini.c:274
↓ 3 callers
Method
initDecryption
* Initialize decryption. * @return VerifyResult. */
src/libromdata/disc/WiiPartition.cpp:165
↓ 3 callers
Method
insertTimestamp
* Insert a timestamp value. * @param key Extended ID666 tag index. * @param timestamp Timestamp value. */
src/libromdata/Audio/SPC.cpp:148
↓ 3 callers
Function
insert_attribute_after
extlib/pugixml/src/pugixml.cpp:1434
↓ 3 callers
Function
insert_attribute_before
extlib/pugixml/src/pugixml.cpp:1448
↓ 3 callers
Function
insert_node_after
extlib/pugixml/src/pugixml.cpp:1339
↓ 3 callers
Function
insert_node_before
extlib/pugixml/src/pugixml.cpp:1358
↓ 3 callers
Function
isDirSupported_static
\ * Is a directory supported by this class? \ * @param path Directory to check \ * @return Class-specific system ID (>= 0) if supported; -1 if n
src/librpbase/RomData_decl.hpp:256
↓ 3 callers
Method
isOpen
* Is the file open? * @return True if the file is open; false if it isn't. */
src/librpbase/RomData.cpp:615
↓ 3 callers
Method
isSquare
* Is this rp_image square? * @return True if width == height; false if not. */
src/librptexture/img/rp_image.cpp:330
↓ 3 callers
Method
isUsable
* Is this IDownloader object usable? * @return True if it's usable; false if it's not. */
src/rp-download/CurlDownloader.cpp:281
↓ 3 callers
Function
is_integral_type
extlib/fmt/include/fmt/base.h:1011
↓ 3 callers
Function
is_text_node
extlib/pugixml/src/pugixml.cpp:4602
↓ 3 callers
Function
iswcntrl
extlib/gettext/gettext-runtime/intl/gnulib-lib/wctype.in.h:329
↓ 3 callers
Function
iswgraph
extlib/gettext/gettext-runtime/intl/gnulib-lib/wctype.in.h:351
↓ 3 callers
Function
iswprint
extlib/gettext/gettext-runtime/intl/gnulib-lib/wctype.in.h:373
↓ 3 callers
Function
isxdigit_ascii
* Non-localized isxdigit() implementation. * @param c Character * @param True if c is a digit; false if not. */
src/ctypex.h:62
↓ 3 callers
Function
langcmp
Compare just the language part of two locale names. */
extlib/gettext/gettext-runtime/intl/setlocale.c:1147
↓ 3 callers
Function
libintl_vasprintf
extlib/gettext/gettext-runtime/intl/printf.c:302
↓ 3 callers
Function
libintl_vprintf
extlib/gettext/gettext-runtime/intl/printf.c:175
↓ 3 callers
Function
libintl_vsnprintf
extlib/gettext/gettext-runtime/intl/printf.c:250
↓ 3 callers
Function
libintl_vsprintf
extlib/gettext/gettext-runtime/intl/printf.c:195
↓ 3 callers
Function
libintl_vswprintf
extlib/gettext/gettext-runtime/intl/printf.c:434
↓ 3 callers
Function
libintl_vwprintf
extlib/gettext/gettext-runtime/intl/printf.c:414
↓ 3 callers
Function
libpng_copyright_string
* Get the libpng copyright string. * @return libpng copyright string [png_get_copyright()] */
src/librpbase/img/RpPng.cpp:855
↓ 3 callers
Function
libpng_has_APNG
* Does our libpng have APNG support? * @return True if APNG is supported; false if not. */
src/librpbase/img/RpPng.cpp:814
↓ 3 callers
Function
libpng_version_number
* Get the libpng version number. * This is the runtime libpng version. * @return Result from png_access_version_number() */
src/librpbase/img/RpPng.cpp:836
↓ 3 callers
Method
load
* Load the achievements data. * @return 0 on success; negative POSIX error code on error. */
src/librpbase/Achievements.cpp:498
↓ 3 callers
Method
load
* Load the configuration. * * If the configuration has been modified since the last * load, it will be reloaded. Otherwise, this function * won't
src/librpbase/config/ConfReader.cpp:90
↓ 3 callers
Method
loadIcon
* Load the save file's icons. * * This will load all of the animated icon frames, * though only the first frame will be returned. * * @return Ico
src/libromdata/Console/DreamcastSave.cpp:459
↓ 3 callers
Method
loadIcon
* Load the save file's icons. * * This will load all of the animated icon frames, * though only the first frame will be returned. * * @return Ico
src/libromdata/Console/PlayStationSave.cpp:128
↓ 3 callers
Method
loadIcon
* Load the save file's icons. * * This will load all of the animated icon frames, * though only the first frame will be returned. * * @return Ico
src/libromdata/Console/GameCubeSave.cpp:321
↓ 3 callers
Method
loadIcon
* Load the save file's icons. * * This will load all of the animated icon frames, * though only the first frame will be returned. * * @return Ico
src/libromdata/Console/WiiWIBN.cpp:114
↓ 3 callers
Function
loadNCCHKeys
* Generate an AES normal key from a KeyX and an NCCH signature. * KeyX will be selected based on ncchflags[3]. * The first 16 bytes of the NCCH sign
src/libromdata/crypto/N3DSVerifyKeys.cpp:378
↓ 3 callers
Method
loadOpeningBnr
* Load opening.bnr. * @return 0 on success; negative POSIX error code on error. */
src/libromdata/Console/GameCube.cpp:494
↓ 3 callers
Method
loadSMDH
* Load the SMDH section. * @return 0 on success; non-zero on error. */
src/libromdata/Handheld/Nintendo3DS.cpp:132
↓ 3 callers
Method
loadStringTable_SPA
* Load a string table. (SPA only) * @param langID Language ID * @return Pointer to string table on success; nullptr on error. */
src/libromdata/Console/Xbox360_XDBF.cpp:402
↓ 3 callers
Method
loadString_SPA
* Get a string from a string table. (SPA) * @param langID Language ID * @param string_id String ID * @return String, or empty string on error. */
src/libromdata/Console/Xbox360_XDBF.cpp:475
↓ 3 callers
Method
load_VS_VERSION_INFO
* Load a VS_VERSION_INFO resource. * Data will be byteswapped to host-endian if necessary. * @param id [in] Resource ID. (-1 for "first entry") *
src/libromdata/disc/NEResourceReader.cpp:738
↓ 3 callers
Method
load_string
* Get a string resource. (max 255 bytes + NULL) * @param type [in] Resource type * @param id [in] Resource ID * @return String resource, or empty
src/libromdata/Handheld/PalmOS.cpp:329
↓ 3 callers
Function
loadchunk
extlib/zlib-ng/arch/arm/chunkset_neon.c:37
↓ 3 callers
Function
localtime_r
src/time_r.h:50
↓ 3 callers
Function
longword_store
Store d7.l */
extlib/unice68/unice68_pack.c:87
↓ 3 callers
Function
lookup_old
* Look up a company code. * This uses the *old* company code, present in * older Game Boy titles. * @param code Company code. * @return Publisher,
src/libromdata/data/NintendoPublishers.cpp:92
↓ 3 callers
Function
lsx_movemask_b
extlib/zlib-ng/arch/loongarch/lsxintrin_ext.h:18
↓ 3 callers
Function
lsx_sad_bu
extlib/zlib-ng/arch/loongarch/lsxintrin_ext.h:11
↓ 3 callers
Function
lsx_shuffle_b
extlib/zlib-ng/arch/loongarch/lsxintrin_ext.h:22
↓ 3 callers
Function
make_gray_colormap
extlib/libpng/pngread.c:1942
↓ 3 callers
Function
make_normal_bytes
extlib/unice68/unice68_pack.c:498
↓ 3 callers
Function
make_printf_args
extlib/fmt/include/fmt/printf.h:572
↓ 3 callers
Function
make_rgb_colormap
extlib/libpng/pngread.c:2009
↓ 3 callers
Function
malloc_orDie
extlib/zstd/contrib/seekable_format/examples/seekable_compression.c:18
↓ 3 callers
Method
mimeType
* Get the file's MIME type. * @return MIME type, or nullptr if unknown. */
src/librpbase/RomData.cpp:781
↓ 3 callers
Method
move_nothrow
extlib/mpark-variant/include/mpark/variant.hpp:2160
↓ 3 callers
Function
mtar_read_data
extlib/microtar/src/microtar.c:319
↓ 3 callers
Function
mtar_zstd_open_ro
* Open a .tar.zst file using zstd and MicroTAR. (read-only access) * @param tar [out] mtar_t * @param filename [in] Filename * @return MTAR_ESUCCE
src/libromdata/tests/microtar_zstd.c:225
↓ 3 callers
Function
mz_crypt_hmac_free
extlib/minizip-ng/mz_crypt_winxp.c:393
↓ 3 callers
Function
mz_crypt_hmac_free
extlib/minizip-ng/mz_crypt_winvista.c:523
↓ 3 callers
Function
mz_crypt_hmac_init
extlib/minizip-ng/mz_crypt_apple.c:440
↓ 3 callers
Function
mz_crypt_init
extlib/minizip-ng/mz_crypt_openssl.c:29
↓ 3 callers
Function
mz_crypt_sha_delete
extlib/minizip-ng/mz_crypt_apple.c:190
↓ 3 callers
Function
mz_os_file_to_unix_time
extlib/minizip-ng/mz_os_win32.c:260
↓ 3 callers
Function
mz_os_is_dir
extlib/minizip-ng/mz_os_win32.c:507
↓ 3 callers
Function
mz_os_ms_time
extlib/minizip-ng/mz_os_posix.c:420
↓ 3 callers
Function
mz_os_rand
extlib/minizip-ng/mz_os_posix.c:107
↓ 3 callers
Function
mz_os_unix_to_file_time
extlib/minizip-ng/mz_os_win32.c:267
↓ 3 callers
Function
mz_os_utf8_string_create
extlib/minizip-ng/mz_os_posix.c:48
↓ 3 callers
Function
mz_os_utf8_string_delete
extlib/minizip-ng/mz_os_posix.c:97
↓ 3 callers
Function
mz_path_get_filename
extlib/minizip-ng/mz_os.c:261
↓ 3 callers
Function
mz_path_has_slash
extlib/minizip-ng/mz_os.c:69
↓ 3 callers
Function
mz_path_remove_slash
extlib/minizip-ng/mz_os.c:56
↓ 3 callers
Function
mz_stream_copy_stream
extlib/minizip-ng/mz_strm.c:164
↓ 3 callers
Function
mz_stream_find
extlib/minizip-ng/mz_strm.c:237
↓ 3 callers
Function
mz_stream_mem_set_grow_size
extlib/minizip-ng/mz_strm_mem.c:236
↓ 3 callers
Function
mz_stream_mem_set_size
extlib/minizip-ng/mz_strm_mem.c:52
↓ 3 callers
Function
mz_zip_dosdate_to_time_t
extlib/minizip-ng/mz_zip.c:2719
↓ 3 callers
Function
mz_zip_entry_close_int
extlib/minizip-ng/mz_zip.c:1673
↓ 3 callers
Function
mz_zip_entry_close_raw
extlib/minizip-ng/mz_zip.c:2293
↓ 3 callers
Function
mz_zip_entry_is_symlink
extlib/minizip-ng/mz_zip.c:2325
↓ 3 callers
Function
mz_zip_entry_read_open
extlib/minizip-ng/mz_zip.c:1892
↓ 3 callers
Function
mz_zip_entry_seek_local_header
extlib/minizip-ng/mz_zip.c:2253
↓ 3 callers
Function
mz_zip_entry_write_header
extlib/minizip-ng/mz_zip.c:596
↓ 3 callers
Function
mz_zip_get_cd_mem_stream
extlib/minizip-ng/mz_zip.c:1631
↓ 3 callers
Function
mz_zip_goto_next_entry_int
extlib/minizip-ng/mz_zip.c:2370
↓ 3 callers
Function
mz_zip_ntfs_to_unix_time
extlib/minizip-ng/mz_zip.c:2775
↓ 3 callers
Function
mz_zip_reader_create
extlib/minizip-ng/mz_zip_rw.c:1052
↓ 3 callers
Function
mz_zip_reader_entry_save
extlib/minizip-ng/mz_zip_rw.c:619
↓ 3 callers
Function
mz_zip_reader_goto_next_entry
extlib/minizip-ng/mz_zip_rw.c:344
↓ 3 callers
Function
mz_zip_reader_open
extlib/minizip-ng/mz_zip_rw.c:76
↓ 3 callers
Function
mz_zip_reader_open_file
extlib/minizip-ng/mz_zip_rw.c:102
↓ 3 callers
Function
mz_zip_time_t_to_tm
extlib/minizip-ng/mz_zip.c:2730
↓ 3 callers
Function
mz_zip_unix_to_ntfs_time
extlib/minizip-ng/mz_zip.c:2780
↓ 3 callers
Function
mz_zip_writer_entry_open
extlib/minizip-ng/mz_zip_rw.c:1362
↓ 3 callers
Method
n3dsVersionToString
* Convert a Nintendo 3DS version number field to a string. * @param version Version number. * @return String. */
src/libromdata/Handheld/Nintendo3DS_p.hpp:233
↓ 3 callers
Function
need_endian_swap_utf
extlib/pugixml/src/pugixml.cpp:2151
↓ 3 callers
Method
nextFrame
* Advance the animation by one frame. * @param pDelay [out] Pointer to int to store the frame delay, in milliseconds. * @return Next frame number. (
src/librpbase/img/IconAnimHelper.cpp:49
↓ 3 callers
Method
next_attribute
extlib/pugixml/src/pugixml.cpp:5365
↓ 3 callers
Method
on_utc_offset
extlib/fmt/include/fmt/chrono.h:1311
↓ 3 callers
Method
on_year
extlib/fmt/include/fmt/chrono.h:1314
↓ 3 callers
Function
openRelatedFile
* Attempt to open a related file. (read-only) * * Related files are located in the same directory as the * primary file, but may have a different f
src/librpfile/RelatedFile.cpp:189
← previous
next →
2,501–2,600 of 15,169, ranked by callers