Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9chu/LuaSTGPlus
/ functions
Functions
1,032 in github.com/9chu/LuaSTGPlus
⨍
Functions
1,032
◇
Types & classes
165
↓ 1 callers
Function
deflateInit2_
========================================================================= */
ZLib/deflate.c:213
↓ 1 callers
Function
deflateParams
========================================================================= */
ZLib/deflate.c:490
↓ 1 callers
Function
deflateResetKeep
========================================================================= */
ZLib/deflate.c:392
↓ 1 callers
Function
deflate_huff
=========================================================================== * For Z_HUFFMAN_ONLY, do not look for matches. Do not maintain a hash ta
ZLib/deflate.c:1934
↓ 1 callers
Function
deflate_rle
=========================================================================== * For Z_RLE, simply look for runs of bytes, generate matches only of dist
ZLib/deflate.c:1861
↓ 1 callers
Function
detect_data_type
=========================================================================== * Check if the data type is TEXT or BINARY, using the following algorithm
ZLib/trees.c:1120
↓ 1 callers
Function
dir_create_meta
** Creates directory metatable. */
LuaSTGPlus/LuaExtensions/lfs/lfs.c:580
↓ 1 callers
Function
do_banner
ZLib/minizip/minizip.c:166
↓ 1 callers
Function
do_banner
ZLib/minizip/miniunz.c:188
↓ 1 callers
Function
do_extract
(uf,opt_extract_without_path,opt_overwrite,password)
ZLib/minizip/miniunz.c:475
↓ 1 callers
Function
do_extract_onefile
(uf,filename,opt_extract_without_path,opt_overwrite,password)
ZLib/minizip/miniunz.c:511
↓ 1 callers
Function
do_help
ZLib/minizip/miniunz.c:194
↓ 1 callers
Function
do_list
(uf)
ZLib/minizip/miniunz.c:234
↓ 1 callers
Function
filetime
(f, tmzip, dt)
ZLib/minizip/minizip.c:74
↓ 1 callers
Function
fill_wfopen64_filefunc
ZLib/minizip/ioapi.c:269
↓ 1 callers
Function
final_hash_func
(key, idx_list, T1, T2, g_table, m)
LuaSTGPlus/string2enum.py:139
↓ 1 callers
Function
find_best_indices
(key_list)
LuaSTGPlus/string2enum.py:56
↓ 1 callers
Function
find_func_g
(adj_matrix, m)
LuaSTGPlus/string2enum.py:118
↓ 1 callers
Function
fixedtables
Return state with length and distance decoding tables and index sizes set to fixed code decoding. Normally this returns fixed tables from inffixed
ZLib/infback.c:82
↓ 1 callers
Function
fpconv_g_fmt
LuaSTGPlus/LuaExtensions/cjson4lua/g_fmt.c:35
↓ 1 callers
Function
fpconv_init
LuaSTGPlus/LuaExtensions/cjson4lua/fpconv.c:201
↓ 1 callers
Function
fpconv_strtod
Similar to strtod(), but must be passed the current locale's decimal point * character. Guaranteed to be called at the start of any valid number in a
LuaSTGPlus/LuaExtensions/cjson4lua/fpconv.c:108
↓ 1 callers
Function
fpconv_update_locale
In theory multibyte decimal_points are possible, but * Lua CJSON only supports UTF-8 and known locales only have * single byte decimal points ([.,])
LuaSTGPlus/LuaExtensions/cjson4lua/fpconv.c:52
↓ 1 callers
Function
free_datablock
ZLib/minizip/zip.c:203
↓ 1 callers
Function
free_linkedlist
ZLib/minizip/zip.c:218
↓ 1 callers
Function
gen_bitlen
=========================================================================== * Compute the optimal bit lengths for a tree and update the total bit len
ZLib/trees.c:488
↓ 1 callers
Function
gen_trees_header
ZLib/trees.c:328
↓ 1 callers
Function
generate_graph
(key_list, idx_list, factor)
LuaSTGPlus/string2enum.py:82
↓ 1 callers
Function
generated_mpf
(filename)
LuaSTGPlus/string2enum.py:143
↓ 1 callers
Function
getFileCrc
calculate the CRC32 of a file, because to encrypt a file, we need known the CRC32 of the file before */
ZLib/minizip/minizip.c:185
↓ 1 callers
Function
gzclose_w
-- see zlib.h -- */
ZLib/gzwrite.c:539
↓ 1 callers
Function
gzgetc
(file)
ZLib/gzread.c:387
↓ 1 callers
Function
gzoffset64
-- see zlib.h -- */
ZLib/gzlib.c:478
↓ 1 callers
Function
gzread
-- see zlib.h -- */
ZLib/gzread.c:288
↓ 1 callers
Function
gzrewind
-- see zlib.h -- */
ZLib/gzlib.c:339
↓ 1 callers
Function
gzseek64
-- see zlib.h -- */
ZLib/gzlib.c:362
↓ 1 callers
Function
gztell64
-- see zlib.h -- */
ZLib/gzlib.c:451
↓ 1 callers
Function
gzvprintf
-- see zlib.h -- */
ZLib/gzwrite.c:310
↓ 1 callers
Function
hexdigit2int
LuaSTGPlus/LuaExtensions/cjson4lua/lua_cjson.c:742
↓ 1 callers
Function
inflateInit2_
(strm, windowBits, version, stream_size)
ZLib/inflate.c:180
↓ 1 callers
Function
inflateReset2
(strm, windowBits)
ZLib/inflate.c:142
↓ 1 callers
Function
inflateResetKeep
(strm)
ZLib/inflate.c:104
↓ 1 callers
Function
init_linkedlist
ZLib/minizip/zip.c:213
↓ 1 callers
Function
isLargeFile
ZLib/minizip/minizip.c:224
↓ 1 callers
Method
is_connected
(self, a, b)
LuaSTGPlus/string2enum.py:51
↓ 1 callers
Function
is_prime
(n)
LuaSTGPlus/string2enum.py:27
↓ 1 callers
Function
json_append_array
json_append_array args: * - lua_State * - JSON strbuf * - Size of passwd Lua array (top of stack) */
LuaSTGPlus/LuaExtensions/cjson4lua/lua_cjson.c:569
↓ 1 callers
Function
json_append_object
LuaSTGPlus/LuaExtensions/cjson4lua/lua_cjson.c:621
↓ 1 callers
Function
json_append_unicode_escape
Called when index pointing to beginning of UTF-16 code escape: \uXXXX * \u is guaranteed to exist, but the remaining hex characters may be * missing
LuaSTGPlus/LuaExtensions/cjson4lua/lua_cjson.c:822
↓ 1 callers
Function
json_check_encode_depth
LuaSTGPlus/LuaExtensions/cjson4lua/lua_cjson.c:539
↓ 1 callers
Function
json_create_config
LuaSTGPlus/LuaExtensions/cjson4lua/lua_cjson.c:376
↓ 1 callers
Function
json_next_string_token
LuaSTGPlus/LuaExtensions/cjson4lua/lua_cjson.c:888
↓ 1 callers
Function
json_parse_array_context
Handle the array context */
LuaSTGPlus/LuaExtensions/cjson4lua/lua_cjson.c:1189
↓ 1 callers
Function
json_parse_object_context
LuaSTGPlus/LuaExtensions/cjson4lua/lua_cjson.c:1138
↓ 1 callers
Function
lfs_g_setmode
LuaSTGPlus/LuaExtensions/lfs/lfs.c:346
↓ 1 callers
Function
lm_init
=========================================================================== * Initialize the "longest match" routines for a new zlib stream */
ZLib/deflate.c:1106
↓ 1 callers
Function
lock_create_meta
** Creates lock metatable. */
LuaSTGPlus/LuaExtensions/lfs/lfs.c:601
↓ 1 callers
Function
luaL_setfuncs
Compatibility for Lua 5.1. * * luaL_setfuncs() is used to create a module table where the functions have * json_config_t as their first upvalue. Co
LuaSTGPlus/LuaExtensions/cjson4lua/lua_cjson.c:1303
↓ 1 callers
Function
lua_array_length
Find the size of the array on the top of the Lua stack * -1 object (not a pure array) * >=0 elements in array */
LuaSTGPlus/LuaExtensions/cjson4lua/lua_cjson.c:496
↓ 1 callers
Function
lua_cjson_safe_new
Return cjson.safe module table */
LuaSTGPlus/LuaExtensions/cjson4lua/lua_cjson.c:1387
↓ 1 callers
Function
luaopen_cjson
LuaSTGPlus/LuaExtensions/cjson4lua/lua_cjson.c:1407
↓ 1 callers
Function
luaopen_lfs
LuaSTGPlus/LuaExtensions/lfs/lfs.c:916
↓ 1 callers
Function
makedir
(newdir)
ZLib/minizip/miniunz.c:138
↓ 1 callers
Function
maxlen
(str_list)
LuaSTGPlus/string2enum.py:6
↓ 1 callers
Function
mode2string
LuaSTGPlus/LuaExtensions/lfs/lfs.c:646
↓ 1 callers
Function
perm2string
LuaSTGPlus/LuaExtensions/lfs/lfs.c:751
↓ 1 callers
Function
pushresult
LuaSTGPlus/LuaExtensions/lfs/lfs.c:151
↓ 1 callers
Function
read_buf
=========================================================================== * Read a new buffer from the current input stream, update the adler32 *
ZLib/deflate.c:1076
↓ 1 callers
Function
send_all_trees
=========================================================================== * Send the header for a block using dynamic Huffman trees: the counts, th
ZLib/trees.c:836
↓ 1 callers
Function
set_info
** Assumes the table is on top of the stack. */
LuaSTGPlus/LuaExtensions/lfs/lfs.c:871
↓ 1 callers
Function
set_number_format
"fmt" must point to a buffer of at least 6 characters */
LuaSTGPlus/LuaExtensions/cjson4lua/fpconv.c:155
↓ 1 callers
Function
strbuf_append_mem_unsafe
LuaSTGPlus/LuaExtensions/cjson4lua/strbuf.h:134
↓ 1 callers
Function
strbuf_append_string
LuaSTGPlus/LuaExtensions/cjson4lua/strbuf.c:182
↓ 1 callers
Function
strbuf_empty_ptr
LuaSTGPlus/LuaExtensions/cjson4lua/strbuf.h:101
↓ 1 callers
Function
strbuf_extend_length
LuaSTGPlus/LuaExtensions/cjson4lua/strbuf.h:106
↓ 1 callers
Function
strbuf_new
LuaSTGPlus/LuaExtensions/cjson4lua/strbuf.c:68
↓ 1 callers
Function
strtod_buffer_size
Calculate the size of the buffer required for a strtod locale * conversion. */
LuaSTGPlus/LuaExtensions/cjson4lua/fpconv.c:96
↓ 1 callers
Method
threadJob
LuaSTGPlus/SplashWindow.cpp:139
↓ 1 callers
Function
tr_static_init
=========================================================================== * Initialize the various 'constant' tables. */
ZLib/trees.c:234
↓ 1 callers
Function
unz64local_CheckCurrentFileCoherencyHeader
Read the local header of the current zipfile Check the coherency of the local header and info in the end of central directory about this fil
ZLib/minizip/unzip.c:1387
↓ 1 callers
Function
unz64local_DosDateToTmuDate
Translate date/time from Dos format to tm_unz (readable more easilty) */
ZLib/minizip/unzip.c:854
↓ 1 callers
Function
unz64local_SearchCentralDir
ZLib/minizip/unzip.c:415
↓ 1 callers
Function
unz64local_SearchCentralDir64
ZLib/minizip/unzip.c:480
↓ 1 callers
Function
unzGetCurrentFileInfo
ZLib/minizip/unzip.c:1138
↓ 1 callers
Function
unzGetFilePos64
ZLib/minizip/unzip.c:1310
↓ 1 callers
Function
unzGetOffset64
Additions by RX '2004 */
ZLib/minizip/unzip.c:2081
↓ 1 callers
Function
unzGoToFilePos64
ZLib/minizip/unzip.c:1340
↓ 1 callers
Function
unzLocateFile
Try locate the file szFileName in the zipfile. For the iCaseSensitivity signification, see unzStringFileNameCompare return value : UNZ_OK if th
ZLib/minizip/unzip.c:1234
↓ 1 callers
Function
unzSetOffset64
ZLib/minizip/unzip.c:2106
↓ 1 callers
Function
unzStringFileNameCompare
Compare two filename (fileName1,fileName2). If iCaseSenisivity = 1, comparision is case sensitivity (like strcmp) If iCaseSenisivity = 2, compar
ZLib/minizip/unzip.c:392
↓ 1 callers
Function
update_keys
* Update the encryption keys with the next byte of plain text */
ZLib/minizip/crypt.h:48
↓ 1 callers
Function
valid_number_character
Check for a valid number character: [-+0-9a-yA-Y.] * Eg: -0.6e+5, infinity, 0xF0.F0pF0 * * Used to find the probable end of a number. It doesn't ma
LuaSTGPlus/LuaExtensions/cjson4lua/fpconv.c:77
↓ 1 callers
Function
visit_graph
(v)
LuaSTGPlus/string2enum.py:121
↓ 1 callers
Function
zip64local_SearchCentralDir
ZLib/minizip/zip.c:480
↓ 1 callers
Function
zip64local_SearchCentralDir64
ZLib/minizip/zip.c:542
↓ 1 callers
Function
zip64local_TmzDateToDosDate
ZLib/minizip/zip.c:332
↓ 1 callers
Function
zipClose
ZLib/minizip/zip.c:1882
↓ 1 callers
Function
zipCloseFileInZipRaw
ZLib/minizip/zip.c:1509
↓ 1 callers
Function
zipCloseFileInZipRaw64
ZLib/minizip/zip.c:1514
↓ 1 callers
Function
zipOpen2_64
ZLib/minizip/zip.c:932
← previous
next →
301–400 of 1,032, ranked by callers