MCPcopy Create free account

hub / github.com/9chu/LuaSTGPlus / functions

Functions1,032 in github.com/9chu/LuaSTGPlus

MethodUDP_OnDataReceived
(IAsyncResult ar)
PerformanceMonitor/TargetProgram.cs:330
MethodUnloadPack
LuaSTGPlus/LuaWrapper.cpp:532
MethodUnloadPack
LuaSTGPlus/ResourceMgr.cpp:1625
MethodUnmapViewOfFile
(IntPtr lpBaseAddress)
PerformanceMonitor/DebugMonitor.cs:94
MethodUpdate
LuaSTGPlus/LuaWrapper.cpp:312
MethodUpdate
LuaSTGPlus/ResourceMgr.cpp:84
MethodUpdateObjList
LuaSTGPlus/LuaWrapper.cpp:567
MethodUpdateSound
LuaSTGPlus/LuaWrapper.cpp:1621
MethodUpdateXY
LuaSTGPlus/GameObjectPool.cpp:652
MethodUpdateXY
LuaSTGPlus/LuaWrapper.cpp:606
MethodUtf16ToUtf8
LuaSTGPlus/UnicodeStringEncoding.cpp:283
MethodUtf8ToUtf16
LuaSTGPlus/UnicodeStringEncoding.cpp:275
MethodValue
LuaSTGPlus/Bencode.cpp:8
MethodWaitForSingleObject
(IntPtr handle, uint milliseconds)
PerformanceMonitor/DebugMonitor.cs:120
FunctionWinMain
LuaSTGPlus/Main.cpp:10
MethodWndProc
LuaSTGPlus/SplashWindow.cpp:38
MethodXmlElementToColor
(XmlElement Node, string NodeName, string Attribute = "Value")
TexturedFontEditor/Helper.cs:111
MethodXmlElementToPointF
(XmlElement Node, string NodeName, string Attribute="Value")
TexturedFontEditor/Helper.cs:98
MethodXmlElementToRectangleF
(XmlElement Node, string NodeName, string Attribute = "Value")
TexturedFontEditor/Helper.cs:126
FunctionZEXPORT
return 1 if the end of file was reached, 0 elsewhere */
ZLib/minizip/unzip.c:1926
FunctionZEXPORTVA
-- see zlib.h -- */
ZLib/gzwrite.c:386
FunctionZLIB_INTERNAL
=========================================================================== * Save the match info and tally the frequency counts. Return true if * t
ZLib/trees.c:1010
FunctionZLIB_INTERNAL
(m)
ZLib/zutil.c:125
Method__init__
(self, count)
LuaSTGPlus/string2enum.py:36
Functionadler32_combine
========================================================================= */
ZLib/adler32.c:165
Functionadler32_combine64
(adler1, adler2, len2)
ZLib/adler32.c:173
Methodbutton1_Click
(object sender, EventArgs e)
TexturedFontEditor/FontEditor_FromText.cs:88
Methodbutton1_Click
(object sender, EventArgs e)
TexturedFontEditor/Dialog_InputBox.cs:57
Methodbutton3_Click
(object sender, EventArgs e)
TexturedFontEditor/FontEditor_FromText.cs:78
Methodbutton4_Click
(object sender, EventArgs e)
TexturedFontEditor/FontEditor_FromText.cs:83
Functioncall_zopen64
ZLib/minizip/ioapi.c:31
Functioncall_zseek64
ZLib/minizip/ioapi.c:41
Functioncall_ztell64
ZLib/minizip/ioapi.c:55
Functionchange_dir
** This function changes the working (current) directory */
LuaSTGPlus/LuaExtensions/lfs/lfs.c:163
MethodcheckBox1_CheckStateChanged
(object sender, EventArgs e)
TexturedFontEditor/FontEditor_FromText.cs:158
MethodcheckBox2_CheckStateChanged
(object sender, EventArgs e)
TexturedFontEditor/FontEditor_FromText.cs:163
MethodcheckBox3_CheckStateChanged
(object sender, EventArgs e)
TexturedFontEditor/FontEditor_FromText.cs:168
MethodclearListView
()
PerformanceMonitor/MainForm.cs:112
MethodcloseValue
LuaSTGPlus/Bencode.cpp:148
Functioncompress
=========================================================================== */
ZLib/compress.c:62
FunctioncompressBound
=========================================================================== If the default memLevel or windowBits for deflateInit() is changed, t
ZLib/compress.c:75
Functioncrc32_combine
========================================================================= */
ZLib/crc32.c:411
Functioncrc32_combine64
(crc1, crc2, len2)
ZLib/crc32.c:419
MethodcreateWindow
LuaSTGPlus/SplashWindow.cpp:64
Functiondecrypt_byte
* Return the next byte in the pseudo-random sequence */
ZLib/minizip/crypt.h:35
FunctiondeflateBound
========================================================================= * For the default windowBits of 15 and memLevel of 8, this function returns
ZLib/deflate.c:566
FunctiondeflateCopy
========================================================================= * Copy the source state to the destination state. * To simplify the source
ZLib/deflate.c:1014
FunctiondeflateInit_
========================================================================= */
ZLib/deflate.c:201
FunctiondeflatePending
========================================================================= */
ZLib/deflate.c:450
FunctiondeflatePrime
========================================================================= */
ZLib/deflate.c:464
FunctiondeflateSetDictionary
========================================================================= */
ZLib/deflate.c:323
FunctiondeflateSetHeader
========================================================================= */
ZLib/deflate.c:439
FunctiondeflateTune
========================================================================= */
ZLib/deflate.c:531
Functiondeflate_fast
=========================================================================== * Compress as much as possible from the input stream, return the current
ZLib/deflate.c:1628
Functiondeflate_slow
=========================================================================== * Same as above, but achieves better compression. We use a lazy * evalua
ZLib/deflate.c:1730
Functiondeflate_stored
=========================================================================== * Copy without compression as much as possible from the input stream, ret
ZLib/deflate.c:1564
Functiondelete_file
LuaSTGPlus/LuaExtensions/lfs/lfs.c:883
Functiondir_close
** Closes directory iterators */
LuaSTGPlus/LuaExtensions/lfs/lfs.c:535
Functiondir_iter
** Directory iterator */
LuaSTGPlus/LuaExtensions/lfs/lfs.c:488
Functiondir_iter_factory
** Factory of directory iterators */
LuaSTGPlus/LuaExtensions/lfs/lfs.c:554
Functionfclose_file_func
ZLib/minizip/ioapi.c:210
Functionferror_file_func
ZLib/minizip/ioapi.c:217
Functionfile_info
** Get file information using stat. */
LuaSTGPlus/LuaExtensions/lfs/lfs.c:855
Functionfile_lock
** Locks a file. ** @param #1 File handle. ** @param #2 String with lock mode ('w'rite, 'r'ead). ** @param #3 Number with start position (optional). *
LuaSTGPlus/LuaExtensions/lfs/lfs.c:383
Functionfile_unlock
** Unlocks a file. ** @param #1 File handle. ** @param #2 Number with start position (optional). ** @param #3 Number with length (optional). */
LuaSTGPlus/LuaExtensions/lfs/lfs.c:405
Functionfile_utime
** Set access time and modification values for file */
LuaSTGPlus/LuaExtensions/lfs/lfs.c:670
Functionfill_fopen_filefunc
(pzlib_filefunc_def)
ZLib/minizip/ioapi.c:224
Functionfill_win32_filefunc
ZLib/minizip/iowin32.c:414
Functionfill_win32_filefunc64
ZLib/minizip/iowin32.c:426
Functionfill_win32_filefunc64W
ZLib/minizip/iowin32.c:452
Functionfopen64_file_func
ZLib/minizip/ioapi.c:113
Functionfopen_file_func
ZLib/minizip/ioapi.c:95
Functionfpconv_g_fmt
Assumes there is always at least 32 characters available in the target buffer */
LuaSTGPlus/LuaExtensions/cjson4lua/fpconv.c:176
Functionfpconv_init
LuaSTGPlus/LuaExtensions/cjson4lua/fpconv.h:10
Functionfread_file_func
ZLib/minizip/ioapi.c:132
MethodfreeObject
LuaSTGPlus/GameObjectPool.cpp:495
Functionfseek64_file_func
ZLib/minizip/ioapi.c:184
Functionfseek_file_func
ZLib/minizip/ioapi.c:161
Functionftell64_file_func
ZLib/minizip/ioapi.c:154
Functionftell_file_func
ZLib/minizip/ioapi.c:146
Functionfwrite_file_func
ZLib/minizip/ioapi.c:139
MethodgetResourcePoolTypeName
LuaSTGPlus/ResourceMgr.h:515
Functionget_dir
** This function returns the current directory ** If unable to get the current directory, it returns nil ** and a string describing the error */
LuaSTGPlus/LuaExtensions/lfs/lfs.c:181
Functiongz_intmax
portably return maximum value for an int (when limits.h presumed not available) -- we need to do this to cover cases where 2's complement not us
ZLib/gzlib.c:622
Functiongzbuffer
-- see zlib.h -- */
ZLib/gzlib.c:314
Functiongzclearerr
-- see zlib.h -- */
ZLib/gzlib.c:549
Functiongzclose
gzclose() is in a separate file so that it is linked in only if it is used. That way the other gzclose functions can be used instead to avoid linki
ZLib/gzclose.c:11
Functiongzdirect
-- see zlib.h -- */
ZLib/gzread.c:547
Functiongzdopen
-- see zlib.h -- */
ZLib/gzlib.c:284
Functiongzeof
-- see zlib.h -- */
ZLib/gzlib.c:511
Functiongzflush
-- see zlib.h -- */
ZLib/gzwrite.c:465
Functiongzgetc_
(file)
ZLib/gzread.c:416
Functiongzoffset
-- see zlib.h -- */
ZLib/gzlib.c:501
Functiongzopen
-- see zlib.h -- */
ZLib/gzlib.c:268
Functiongzopen64
-- see zlib.h -- */
ZLib/gzlib.c:276
Functiongzopen_w
(path, mode)
ZLib/gzlib.c:305
Functiongzprintf
ZLib/gzwrite.c:372
Functiongzputc
-- see zlib.h -- */
ZLib/gzwrite.c:245
Functiongzputs
-- see zlib.h -- */
ZLib/gzwrite.c:293
Functiongzseek
-- see zlib.h -- */
ZLib/gzlib.c:439
← previousnext →801–900 of 1,032, ranked by callers