MCPcopy Create free account

hub / github.com/Tencent/UnLua / functions

Functions3,922 in github.com/Tencent/UnLua

↓ 2 callersFunctionaux_lines
** Auxiliary function to create the iteration function for 'lines'. ** The iteration function is a closure over 'io_readline', with ** the following u
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/liolib.c:367
↓ 2 callersFunctionaux_rawset
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:890
↓ 2 callersFunctionaux_upvalue
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:1349
↓ 2 callersFunctionauxgetstr
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:633
↓ 2 callersFunctionauxresume
** Resumes a coroutine. Returns the number of results for non-error ** cases or -1 for errors. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcorolib.c:32
↓ 2 callersFunctionauxsetstr
** t[k] = value at the top of the stack (where 'k' is a string) */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:823
↓ 2 callersFunctionauxstatus
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcorolib.c:127
↓ 2 callersFunctionauxupvalue
** get (if 'get' is true) or set an upvalue from a closure */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldblib.c:258
↓ 2 callersFunctionb64decode
-------------------------------------------------------------------------*\ * Acumulates bytes in input buffer until 4 bytes are available. * Translat
Plugins/UnLuaExtensions/LuaSocket/Source/src/mime.cpp:318
↓ 2 callersFunctionb64encode
-------------------------------------------------------------------------*\ * Acumulates bytes in input buffer until 3 bytes are available. * Translat
Plugins/UnLuaExtensions/LuaSocket/Source/src/mime.cpp:262
↓ 2 callersMethodbegin
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:2631
↓ 2 callersFunctionbinsearch
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltable.c:869
↓ 2 callersFunctioncallallpendingfinalizers
** call all pending finalizers */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:942
↓ 2 callersFunctioncheckSizes
** If possible, shrink string table. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:863
↓ 2 callersFunctioncheckcontrol
** Check whether message is a control message. If so, execute the ** control or ignore it if unknown. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:1045
↓ 2 callersFunctionchecklist
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltests.c:597
↓ 2 callersFunctioncheckliteral
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lundump.c:273
↓ 2 callersFunctioncheckmode
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldo.c:918
↓ 2 callersFunctionchecktab
** Check that 'arg' either is a table or can behave like one (that is, ** has a metatable with the required metamethods) */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltablib.c:46
↓ 2 callersFunctionclassend
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:403
↓ 2 callersFunctionclearbykeys
** clear entries with unmarked keys from all weaktables in list 'l' */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:717
↓ 2 callersFunctioncleargraylists
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:388
↓ 2 callersFunctionclose_func
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:744
↓ 2 callersFunctionclose_state
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstate.c:269
↓ 2 callersFunctioncode_loadbool
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:870
↓ 2 callersFunctioncodearith
** Code arithmetic operators ('+', '-', ...). If second operand is a ** constant in the proper range, use variant opcodes with K operands. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:1426
↓ 2 callersFunctioncodeextraarg
** Emit an "extra argument" instruction (format 'iAx') */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:439
↓ 2 callersFunctioncodeorder
** Emit code for order comparisons. When using an immediate operand, ** 'isfloat' tells whether the original value was a float. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:1492
↓ 2 callersFunctioncollect_fd
Plugins/UnLuaExtensions/LuaSocket/Source/src/select.cpp:117
↓ 2 callersFunctioncond
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1394
↓ 2 callersFunctionconst2val
** Get the constant value from a constant expression */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:73
↓ 2 callersFunctionconstfolding
** Try to "constant-fold" an operation; return 1 iff successful. ** (In this case, 'e1' has the final result.) */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:1315
↓ 2 callersFunctionconstructor
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:913
↓ 2 callersFunctionconvergeephemerons
** Traverse all ephemeron tables propagating marks from keys to values. ** Repeat until it converges, that is, nothing new is marked. 'dir' ** inverts
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:683
↓ 2 callersFunctioncopy2buff
copy strings in stack from top - n up to top - 1 to buffer */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lvm.c:624
↓ 2 callersFunctioncountint
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltable.c:402
↓ 2 callersFunctioncreateSharedMeta
Plugins/UnLuaExtensions/LuaRapidjson/Source/src/rapidjson.cpp:43
↓ 2 callersFunctioncreatelabel
** Create a new label with the given 'name' at the given 'line'. ** 'last' tells whether label is the last non-op statement in its ** block. Solves al
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:596
↓ 2 callersFunctioncreatestrobj
** creates a new string object */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstring.c:143
↓ 2 callersFunctiondigit
** Read an integer numeral from string 'fmt' or return 'df' if ** there is no numeral */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:1396
↓ 2 callersFunctiondischarge2anyreg
** Ensure expression value is in a register, making 'e' a ** non-relocatable expression. ** (Expression still may have jump lists.) */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:862
↓ 2 callersFunctiondischarge2reg
** Ensure expression value is in register 'reg', making 'e' a ** non-relocatable expression. ** (Expression still may have jump lists.) */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:807
↓ 2 callersFunctiondoREPL
** Do the REPL: repeatedly read (load) a line, evaluate (call) it, and ** print any results. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lua.c:577
↓ 2 callersFunctiondochunk
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lua.c:193
↓ 2 callersFunctiondofile
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lua.c:199
↓ 2 callersFunctiondostring
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lua.c:204
↓ 2 callersFunctiondtoa
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/dtoa.h:216
↓ 2 callersFunctiondumpFunction
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldump.c:179
↓ 2 callersFunctiondumpInteger
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldump.c:83
↓ 2 callersFunctiondumpNumber
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldump.c:78
↓ 2 callersMethodencode
Plugins/UnLuaExtensions/LuaRapidjson/Source/src/rapidjson.cpp:321
↓ 2 callersMethodend
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:2632
↓ 2 callersFunctionentergen
** Enter generational mode. Must go until the end of an atomic cycle ** to ensure that all objects are correctly marked and weak tables ** are cleared
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:1293
↓ 2 callersFunctionerror_expected
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:68
↓ 2 callersFunctionfindlabel
** Search for an active label with the given name. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:532
↓ 2 callersFunctionfinishbinexpneg
Try to code a binary operator negating its second operand. ** For the metamethod, 2nd operand must keep its original value. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:1398
↓ 2 callersFunctionfinishgencycle
** Finish a young-generation collection. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:1210
↓ 2 callersFunctionfinishpcall
** Continuation function for 'pcall' and 'xpcall'. Both functions ** already pushed a 'true' before doing the call, so in case of success ** 'finishpc
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lbaselib.c:440
↓ 2 callersFunctionfirsttry
** First allocation will fail whenever not building initial state. ** (This fail will trigger 'tryagain' and a full GC cycle at every ** allocation.)
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lmem.c:31
↓ 2 callersFunctionfitsBx
** Check whether 'i' can be stored in an 'sBx' operand. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:649
↓ 2 callersFunctionfixforjump
** Fix for instruction at position 'pc' to jump to 'dest'. ** (Jump addresses are relative in Lua). 'back' true means ** a back jump. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1518
↓ 2 callersFunctionforbody
** Generate code for a 'for' loop. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1532
↓ 2 callersFunctionfreeblock
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltests.c:195
↓ 2 callersFunctionfreeregs
** Free two registers in proper order */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:501
↓ 2 callersFunctionfreestack
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstate.c:203
↓ 2 callersFunctionfullgen
** Does a full collection in generational mode. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:1338
↓ 2 callersFunctionfuncargs
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1013
↓ 2 callersFunctionfuncnamefromcode
** Try to find a name for a function based on the code that called it. ** (Only works when function was called by a Lua function.) ** Returns what the
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:593
↓ 2 callersFunctiong_iofile
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/liolib.c:322
↓ 2 callersFunctiong_write
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/liolib.c:664
↓ 2 callersFunctionget_onecapture
** get information about the i-th capture. If there are no captures ** and 'i==0', return information about the whole match, which ** is the range 's'
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:702
↓ 2 callersFunctiongetcurrentline
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:98
↓ 2 callersFunctiongetendpos
** Gets an optional ending string position from argument 'arg', ** with default value 'def'. ** Negative means back from end: clip result to [0, len]
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:87
↓ 2 callersFunctiongetfd
=========================================================================*\ * Internal functions \*===================================================
Plugins/UnLuaExtensions/LuaSocket/Source/src/select.cpp:88
↓ 2 callersFunctiongetgclist
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:125
↓ 2 callersFunctiongetnum
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:1398
↓ 2 callersFunctiongetnum_aux
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltests.c:1306
↓ 2 callersFunctiongetoption
** Read and classify next option. 'size' is filled with option's size. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:1437
↓ 2 callersFunctioni32toa
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/itoa.h:115
↓ 2 callersFunctioni64toa
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/itoa.h:294
↓ 2 callersFunctioninet_gethost
=========================================================================*\ * Global Lua functions \*=================================================
Plugins/UnLuaExtensions/LuaSocket/Source/src/inet.cpp:55
↓ 2 callersFunctioninet_meth_getpeername
=========================================================================*\ * Lua methods \*==========================================================
Plugins/UnLuaExtensions/LuaSocket/Source/src/inet.cpp:243
↓ 2 callersFunctioninet_meth_getsockname
-------------------------------------------------------------------------*\ * Retrieves socket local name \*------------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/inet.cpp:277
↓ 2 callersFunctioninet_pushresolved
=========================================================================*\ * Internal functions \*===================================================
Plugins/UnLuaExtensions/LuaSocket/Source/src/inet.cpp:313
↓ 2 callersFunctionintarith
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lobject.c:53
↓ 2 callersFunctionio_write
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.cpp:535
↓ 2 callersFunctionisKstr
** Check whether expression 'e' is a small literal string */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:1202
↓ 2 callersFunctionisarray
Plugins/UnLuaExtensions/LuaRapidjson/Source/src/values.hpp:48
↓ 2 callersFunctionisinteger
Plugins/UnLuaExtensions/LuaRapidjson/Source/src/luax.hpp:35
↓ 2 callersFunctionisnull
Plugins/UnLuaExtensions/LuaRapidjson/Source/src/values.hpp:19
↓ 2 callersFunctionispow2realasize
** Check whether real size of the array is a power of 2. ** (If it is not, 'alimit' cannot be changed to any other value ** without changing the real
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltable.c:267
↓ 2 callersFunctioniter_aux
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lutf8lib.c:224
↓ 2 callersFunctionjumponcond
** Emit instruction to jump if 'e' is 'cond' (that is, if 'cond' ** is true, code will jump if 'e' is true.) Return jump position. ** Optimize when 'e
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:1097
↓ 2 callersFunctionl_checktime
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/loslib.c:302
↓ 2 callersFunctionl_str2dloc
** Convert string 's' to a Lua number (put in 'result'). Return NULL on ** fail or the address of the ending '\0' on success. ('mode' == 'x') ** means
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lobject.c:228
↓ 2 callersFunctionl_strcmp
** Compare two strings 'ls' x 'rs', returning an integer less-equal- ** -greater than zero if 'ls' is less-equal-greater than 'rs'. ** The code is a l
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lvm.c:375
↓ 2 callersFunctionl_strton
** Try to convert a value from string to a number value. ** If the value is not a string or is a string not representing ** a valid numeral (or if coe
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lvm.c:90
↓ 2 callersFunctionlistfield
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:884
↓ 2 callersFunctionllex
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/llex.c:445
↓ 2 callersFunctionloadFunction
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lundump.c:256
← previousnext →901–1,000 of 3,922, ranked by callers