Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danomatika/ofxLua
/ functions
Functions
2,184 in github.com/danomatika/ofxLua
⨍
Functions
2,184
◇
Types & classes
127
↓ 4 callers
Function
freeobj
libs/lua/lgc.c:770
↓ 4 callers
Method
getNumberVector
src/ofxLua.cpp:833
↓ 4 callers
Function
getco
libs/lua/lcorolib.c:21
↓ 4 callers
Function
getjump
** Gets the destination address of a jump instruction. Used to traverse ** a list of jumps. */
libs/lua/lcode.c:154
↓ 4 callers
Function
getnumlimit
** Read an integer numeral and raises an error if it is larger ** than the maximum size for integers. */
libs/lua/lstrlib.c:1466
↓ 4 callers
Function
getobjname
libs/lua/ldebug.c:526
↓ 4 callers
Function
index2stack
** Convert a valid actual index (not a pseudo-index) to its address. */
libs/lua/lapi.c:95
↓ 4 callers
Method
init
------------------------------------------------------------------------------
src/ofxLua.cpp:55
↓ 4 callers
Function
isSCnumber
** Check whether expression 'e' is a literal integer or float in ** proper range to fit in a register (sB or sC). */
libs/lua/lcode.c:1255
↓ 4 callers
Function
loadStringN
** Load a nullable string into prototype 'p'. */
libs/lua/lundump.c:110
↓ 4 callers
Function
luaC_fix
libs/lua/lgc.c:243
↓ 4 callers
Function
luaD_inctop
libs/lua/ldo.c:315
↓ 4 callers
Function
luaD_reallocstack
** Reallocate the stack to a new size, correcting all pointers into it. ** In ISO C, any pointer use after the pointer has been deallocated is ** unde
libs/lua/ldo.c:212
↓ 4 callers
Function
luaF_newproto
libs/lua/lfunc.c:240
↓ 4 callers
Function
luaG_forerror
libs/lua/ldebug.c:755
↓ 4 callers
Function
luaH_finishset
** Finish a raw "set table" operation, where 'slot' is where the value ** should have been (the result of a previous "get table"). ** Beware: when usi
libs/lua/ltable.c:811
↓ 4 callers
Function
luaH_get
** main search function */
libs/lua/ltable.c:788
↓ 4 callers
Function
luaK_indexed
** Create expression 't[k]'. 't' must have its final result already in a ** register or upvalue. Upvalues can only be indexed by literal strings. ** K
libs/lua/lcode.c:1278
↓ 4 callers
Function
luaK_patchlist
** Path all jumps in 'list' to jump to 'target'. ** (The assert means that we cannot fix a jump to a forward address ** because we only know addresses
libs/lua/lcode.c:306
↓ 4 callers
Function
luaK_storevar
** Generate code to store result of expression 'ex' into variable 'var'. */
libs/lua/lcode.c:1048
↓ 4 callers
Function
luaL_checkoption
libs/lua/lauxlib.c:360
↓ 4 callers
Function
luaO_hexavalue
libs/lua/lobject.c:135
↓ 4 callers
Function
luaO_pushvfstring
** this function handles only '%d', '%c', '%f', '%p', '%s', and '%%' conventional formats, plus Lua-specific '%I' and '%U' */
libs/lua/lobject.c:480
↓ 4 callers
Function
luaT_callTMres
libs/lua/ltm.c:119
↓ 4 callers
Function
luaT_objtypename
** Return the name of the type of an object. For tables and userdata ** with metatable, use their '__name' metafield, if present. */
libs/lua/ltm.c:91
↓ 4 callers
Function
luaV_concat
** Main operation for concatenation: concat 'total' values in the stack, ** from 'L->top.p - total' up to 'L->top.p - 1'. */
libs/lua/lvm.c:638
↓ 4 callers
Function
luaX_token2str
libs/lua/llex.c:82
↓ 4 callers
Function
lua_compare
libs/lua/lapi.c:351
↓ 4 callers
Function
lua_newuserdatauv
libs/lua/lapi.c:1343
↓ 4 callers
Function
lua_pushthread
libs/lua/lapi.c:624
↓ 4 callers
Function
lua_rawgetp
libs/lua/lapi.c:752
↓ 4 callers
Function
lua_tointegerx
libs/lua/lapi.c:389
↓ 4 callers
Function
mainpositionTV
** returns the 'main' position of an element in a table (that is, ** the index of its hash value). */
libs/lua/ltable.c:151
↓ 4 callers
Method
popTable
src/ofxLua.cpp:657
↓ 4 callers
Function
precallC
** precall for C functions */
libs/lua/ldo.c:516
↓ 4 callers
Function
prepbuffsize
** Returns a pointer to a free area with at least 'sz' bytes in buffer ** 'B'. 'boxidx' is the relative position in the stack where is the ** buffer's
libs/lua/lauxlib.c:547
↓ 4 callers
Method
printTable
src/ofxLua.cpp:715
↓ 4 callers
Function
push_captures
libs/lua/lstrlib.c:735
↓ 4 callers
Function
reallymarkobject
** Mark an object. Userdata with no user values, strings, and closed ** upvalues are visited and turned black here. Open upvalues are ** already ind
libs/lua/lgc.c:297
↓ 4 callers
Function
resume_error
** Signal an error in the call to 'lua_resume', not in the execution ** of the coroutine itself. (Such errors should not be handled by any ** coroutin
libs/lua/ldo.c:769
↓ 4 callers
Method
scriptExit
src/ofxLua.cpp:273
↓ 4 callers
Function
setpause
** Set the "time" to wait before starting a new GC cycle; cycle will ** start when memory use hits the threshold of ('estimate' * pause / ** PAUSEADJ)
libs/lua/lgc.c:1057
↓ 4 callers
Function
settabss
** Variations of 'lua_settable', used by 'db_getinfo' to put results ** from 'lua_getinfo' into result table. Key is always a string; ** value can be
libs/lua/ldblib.c:111
↓ 4 callers
Function
tablerehash
libs/lua/lstring.c:62
↓ 4 callers
Function
tag_error
libs/lua/lauxlib.c:207
↓ 4 callers
Method
write
src/ofxLua.h:733
↓ 3 callers
Function
I2UInt
convert a 'Rand64' to a 'lua_Unsigned' */
libs/lua/lmathlib.c:502
↓ 3 callers
Function
Ishl
return i << n */
libs/lua/lmathlib.c:390
↓ 3 callers
Function
SWIG_Lua_iterate_bases
src/bindings/glmBindings.cpp:1449
↓ 3 callers
Function
SWIG_Lua_iterate_bases
src/bindings/ofBindings.h:1441
↓ 3 callers
Function
SWIG_Lua_merge_tables
Merges two tables with given name. original - index of target metatable, base - index of source metatable */
src/bindings/glmBindings.cpp:1939
↓ 3 callers
Function
SWIG_Lua_merge_tables
Merges two tables with given name. original - index of target metatable, base - index of source metatable */
src/bindings/ofBindings.h:1931
↓ 3 callers
Function
addlenmod
** add length modifier into formats */
libs/lua/lstrlib.c:1263
↓ 3 callers
Function
addnum2buff
** Add a numeral to the buffer. */
libs/lua/lobject.c:469
↓ 3 callers
Function
adjust_assign
** Adjust the number of results from an expression list 'e' with 'nexps' ** expressions to 'nvars' values. */
libs/lua/lparser.c:482
↓ 3 callers
Function
aux_close
** Calls the 'close' function from a file handle. The 'volatile' avoids ** a bug in some versions of the Clang compiler (e.g., clang 3.0 for ** 32 bit
libs/lua/liolib.c:214
↓ 3 callers
Function
b_shift
libs/lua/lbitlib.c:99
↓ 3 callers
Function
body
libs/lua/lparser.c:990
↓ 3 callers
Function
ccall
** Call a function (C or Lua) through C. 'inc' can be 1 (increment ** number of recursive invocations in the C stack) or nyci (the same ** plus increm
libs/lua/ldo.c:628
↓ 3 callers
Function
check
** Check that next token is 'c'. */
libs/lua/lparser.c:107
↓ 3 callers
Function
check_next2
** Check whether current char is in set 'set' (with two chars) and ** saves it */
libs/lua/llex.c:204
↓ 3 callers
Function
checkfield
libs/lua/ltablib.c:36
↓ 3 callers
Function
checklimit
libs/lua/lparser.c:87
↓ 3 callers
Function
checkload
libs/lua/loadlib.c:534
↓ 3 callers
Function
checkupval
** Check whether a given upvalue from a given closure exists and ** returns its index */
libs/lua/ldblib.c:285
↓ 3 callers
Function
clearbuff
** empty the buffer space into the stack */
libs/lua/lobject.c:428
↓ 3 callers
Function
codebinexpval
** Emit code for binary expressions that "produce values" over ** two registers. */
libs/lua/lcode.c:1421
↓ 3 callers
Function
codebini
** Code binary operators with immediate operands. */
libs/lua/lcode.c:1436
↓ 3 callers
Function
codename
libs/lua/lparser.c:166
↓ 3 callers
Function
createstdfile
libs/lua/liolib.c:806
↓ 3 callers
Function
dumpSize
libs/lua/ldump.c:65
↓ 3 callers
Method
endTable
src/ofxLuaFileWriter.cpp:88
↓ 3 callers
Function
enterinc
** Enter incremental mode. Turn all objects white, make all ** intermediate lists point to NULL (to avoid invalid pointers), ** and go to the pause st
libs/lua/lgc.c:1343
↓ 3 callers
Function
entersweep
** Enter first sweep phase. ** The call to 'sweeptolive' makes the pointer point to an object ** inside the list (instead of to the header), so that t
libs/lua/lgc.c:1484
↓ 3 callers
Function
errfile
libs/lua/lauxlib.c:734
↓ 3 callers
Function
exchangehashpart
** Exchange the hash part of 't1' and 't2'. */
libs/lua/ltable.c:527
↓ 3 callers
Function
exp1
** Read an expression and generate code to put its results in next ** stack slot. ** */
libs/lua/lparser.c:1517
↓ 3 callers
Function
exp2reg
** Ensures final expression result (which includes results from its ** jump lists) is in register 'reg'. ** If expression has jumps, need to patch the
libs/lua/lcode.c:914
↓ 3 callers
Function
fieldsel
libs/lua/lparser.c:811
↓ 3 callers
Function
findfile
libs/lua/loadlib.c:522
↓ 3 callers
Function
finishrawget
libs/lua/lapi.c:714
↓ 3 callers
Function
freeexps
** Free registers used by expressions 'e1' and 'e2' (if any) in proper ** order. */
libs/lua/lcode.c:527
↓ 3 callers
Function
freehash
libs/lua/ltable.c:371
↓ 3 callers
Function
g_read
libs/lua/liolib.c:566
↓ 3 callers
Function
genlink
** Check whether object 'o' should be kept in the 'grayagain' list for ** post-processing by 'correctgraylist'. (It could put all old objects ** in th
libs/lua/lgc.c:430
↓ 3 callers
Method
getStringVector
src/ofxLua.cpp:841
↓ 3 callers
Function
getbuff
** Get a space of size 'sz' in the buffer. If buffer has not enough ** space, empty it. 'sz' must fit in an empty buffer. */
libs/lua/lobject.c:438
↓ 3 callers
Function
getdetails
** Read, classify, and fill other details about the next option. ** 'psize' is filled with option's size, 'notoalign' with its ** alignment requiremen
libs/lua/lstrlib.c:1541
↓ 3 callers
Function
getgeneric
** "Generic" get version. (Not that generic: not valid for integers, ** which may be in array part, nor for floats with integral values.) ** See expla
libs/lua/ltable.c:299
↓ 3 callers
Function
gethexa
libs/lua/llex.c:328
↓ 3 callers
Function
getiofile
libs/lua/liolib.c:308
↓ 3 callers
Function
getjumpcontrol
** Returns the position of the instruction "controlling" a given ** jump (that is, its condition), or the jump itself if it is ** unconditional. */
libs/lua/lcode.c:243
↓ 3 callers
Function
getupvalref
libs/lua/lapi.c:1417
↓ 3 callers
Function
gxf
** Check whether table being indexed by instruction 'i' is the ** environment '_ENV' */
libs/lua/ldebug.c:515
↓ 3 callers
Function
initheader
** Initialize Header */
libs/lua/lstrlib.c:1478
↓ 3 callers
Method
isNil
src/ofxLua.cpp:563
↓ 3 callers
Function
isSCint
** Check whether expression 'e' is a literal integer in ** proper range to fit in register sC */
libs/lua/lcode.c:1246
↓ 3 callers
Function
isneg
libs/lua/lobject.c:141
↓ 3 callers
Function
kname
** Find a "name" for the constant 'c'. */
libs/lua/ldebug.c:427
↓ 3 callers
Function
lookforfunc
** Look for a C function named 'sym' in a dynamically loaded library ** 'path'. ** First, check whether the library is already loaded; if not, try **
libs/lua/loadlib.c:390
← previous
next →
201–300 of 2,184, ranked by callers