MCPcopy Create free account

hub / github.com/danomatika/ofxLua / functions

Functions2,184 in github.com/danomatika/ofxLua

↓ 4 callersFunctionfreeobj
libs/lua/lgc.c:770
↓ 4 callersMethodgetNumberVector
src/ofxLua.cpp:833
↓ 4 callersFunctiongetco
libs/lua/lcorolib.c:21
↓ 4 callersFunctiongetjump
** Gets the destination address of a jump instruction. Used to traverse ** a list of jumps. */
libs/lua/lcode.c:154
↓ 4 callersFunctiongetnumlimit
** Read an integer numeral and raises an error if it is larger ** than the maximum size for integers. */
libs/lua/lstrlib.c:1466
↓ 4 callersFunctiongetobjname
libs/lua/ldebug.c:526
↓ 4 callersFunctionindex2stack
** Convert a valid actual index (not a pseudo-index) to its address. */
libs/lua/lapi.c:95
↓ 4 callersMethodinit
------------------------------------------------------------------------------
src/ofxLua.cpp:55
↓ 4 callersFunctionisSCnumber
** 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 callersFunctionloadStringN
** Load a nullable string into prototype 'p'. */
libs/lua/lundump.c:110
↓ 4 callersFunctionluaC_fix
libs/lua/lgc.c:243
↓ 4 callersFunctionluaD_inctop
libs/lua/ldo.c:315
↓ 4 callersFunctionluaD_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 callersFunctionluaF_newproto
libs/lua/lfunc.c:240
↓ 4 callersFunctionluaG_forerror
libs/lua/ldebug.c:755
↓ 4 callersFunctionluaH_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 callersFunctionluaH_get
** main search function */
libs/lua/ltable.c:788
↓ 4 callersFunctionluaK_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 callersFunctionluaK_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 callersFunctionluaK_storevar
** Generate code to store result of expression 'ex' into variable 'var'. */
libs/lua/lcode.c:1048
↓ 4 callersFunctionluaL_checkoption
libs/lua/lauxlib.c:360
↓ 4 callersFunctionluaO_hexavalue
libs/lua/lobject.c:135
↓ 4 callersFunctionluaO_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 callersFunctionluaT_callTMres
libs/lua/ltm.c:119
↓ 4 callersFunctionluaT_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 callersFunctionluaV_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 callersFunctionluaX_token2str
libs/lua/llex.c:82
↓ 4 callersFunctionlua_compare
libs/lua/lapi.c:351
↓ 4 callersFunctionlua_newuserdatauv
libs/lua/lapi.c:1343
↓ 4 callersFunctionlua_pushthread
libs/lua/lapi.c:624
↓ 4 callersFunctionlua_rawgetp
libs/lua/lapi.c:752
↓ 4 callersFunctionlua_tointegerx
libs/lua/lapi.c:389
↓ 4 callersFunctionmainpositionTV
** returns the 'main' position of an element in a table (that is, ** the index of its hash value). */
libs/lua/ltable.c:151
↓ 4 callersMethodpopTable
src/ofxLua.cpp:657
↓ 4 callersFunctionprecallC
** precall for C functions */
libs/lua/ldo.c:516
↓ 4 callersFunctionprepbuffsize
** 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 callersMethodprintTable
src/ofxLua.cpp:715
↓ 4 callersFunctionpush_captures
libs/lua/lstrlib.c:735
↓ 4 callersFunctionreallymarkobject
** 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 callersFunctionresume_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 callersMethodscriptExit
src/ofxLua.cpp:273
↓ 4 callersFunctionsetpause
** 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 callersFunctionsettabss
** 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 callersFunctiontablerehash
libs/lua/lstring.c:62
↓ 4 callersFunctiontag_error
libs/lua/lauxlib.c:207
↓ 4 callersMethodwrite
src/ofxLua.h:733
↓ 3 callersFunctionI2UInt
convert a 'Rand64' to a 'lua_Unsigned' */
libs/lua/lmathlib.c:502
↓ 3 callersFunctionIshl
return i << n */
libs/lua/lmathlib.c:390
↓ 3 callersFunctionSWIG_Lua_iterate_bases
src/bindings/glmBindings.cpp:1449
↓ 3 callersFunctionSWIG_Lua_iterate_bases
src/bindings/ofBindings.h:1441
↓ 3 callersFunctionSWIG_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 callersFunctionSWIG_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 callersFunctionaddlenmod
** add length modifier into formats */
libs/lua/lstrlib.c:1263
↓ 3 callersFunctionaddnum2buff
** Add a numeral to the buffer. */
libs/lua/lobject.c:469
↓ 3 callersFunctionadjust_assign
** Adjust the number of results from an expression list 'e' with 'nexps' ** expressions to 'nvars' values. */
libs/lua/lparser.c:482
↓ 3 callersFunctionaux_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 callersFunctionb_shift
libs/lua/lbitlib.c:99
↓ 3 callersFunctionbody
libs/lua/lparser.c:990
↓ 3 callersFunctionccall
** 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 callersFunctioncheck
** Check that next token is 'c'. */
libs/lua/lparser.c:107
↓ 3 callersFunctioncheck_next2
** Check whether current char is in set 'set' (with two chars) and ** saves it */
libs/lua/llex.c:204
↓ 3 callersFunctioncheckfield
libs/lua/ltablib.c:36
↓ 3 callersFunctionchecklimit
libs/lua/lparser.c:87
↓ 3 callersFunctioncheckload
libs/lua/loadlib.c:534
↓ 3 callersFunctioncheckupval
** Check whether a given upvalue from a given closure exists and ** returns its index */
libs/lua/ldblib.c:285
↓ 3 callersFunctionclearbuff
** empty the buffer space into the stack */
libs/lua/lobject.c:428
↓ 3 callersFunctioncodebinexpval
** Emit code for binary expressions that "produce values" over ** two registers. */
libs/lua/lcode.c:1421
↓ 3 callersFunctioncodebini
** Code binary operators with immediate operands. */
libs/lua/lcode.c:1436
↓ 3 callersFunctioncodename
libs/lua/lparser.c:166
↓ 3 callersFunctioncreatestdfile
libs/lua/liolib.c:806
↓ 3 callersFunctiondumpSize
libs/lua/ldump.c:65
↓ 3 callersMethodendTable
src/ofxLuaFileWriter.cpp:88
↓ 3 callersFunctionenterinc
** 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 callersFunctionentersweep
** 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 callersFunctionerrfile
libs/lua/lauxlib.c:734
↓ 3 callersFunctionexchangehashpart
** Exchange the hash part of 't1' and 't2'. */
libs/lua/ltable.c:527
↓ 3 callersFunctionexp1
** Read an expression and generate code to put its results in next ** stack slot. ** */
libs/lua/lparser.c:1517
↓ 3 callersFunctionexp2reg
** 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 callersFunctionfieldsel
libs/lua/lparser.c:811
↓ 3 callersFunctionfindfile
libs/lua/loadlib.c:522
↓ 3 callersFunctionfinishrawget
libs/lua/lapi.c:714
↓ 3 callersFunctionfreeexps
** Free registers used by expressions 'e1' and 'e2' (if any) in proper ** order. */
libs/lua/lcode.c:527
↓ 3 callersFunctionfreehash
libs/lua/ltable.c:371
↓ 3 callersFunctiong_read
libs/lua/liolib.c:566
↓ 3 callersFunctiongenlink
** 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 callersMethodgetStringVector
src/ofxLua.cpp:841
↓ 3 callersFunctiongetbuff
** 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 callersFunctiongetdetails
** 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 callersFunctiongetgeneric
** "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 callersFunctiongethexa
libs/lua/llex.c:328
↓ 3 callersFunctiongetiofile
libs/lua/liolib.c:308
↓ 3 callersFunctiongetjumpcontrol
** 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 callersFunctiongetupvalref
libs/lua/lapi.c:1417
↓ 3 callersFunctiongxf
** Check whether table being indexed by instruction 'i' is the ** environment '_ENV' */
libs/lua/ldebug.c:515
↓ 3 callersFunctioninitheader
** Initialize Header */
libs/lua/lstrlib.c:1478
↓ 3 callersMethodisNil
src/ofxLua.cpp:563
↓ 3 callersFunctionisSCint
** Check whether expression 'e' is a literal integer in ** proper range to fit in register sC */
libs/lua/lcode.c:1246
↓ 3 callersFunctionisneg
libs/lua/lobject.c:141
↓ 3 callersFunctionkname
** Find a "name" for the constant 'c'. */
libs/lua/ldebug.c:427
↓ 3 callersFunctionlookforfunc
** 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
← previousnext →201–300 of 2,184, ranked by callers