Searched defs:co (Results 1 – 4 of 4) sorted by relevance
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/ |
D | lcorolib.c | 22 lua_State *co = lua_tothread(L, 1); in getco() local 28 static int auxresume (lua_State *L, lua_State *co, int narg) { in auxresume() 58 lua_State *co = getco(L); in luaB_coresume() local 75 lua_State *co = lua_tothread(L, lua_upvalueindex(1)); in luaB_auxwrap() local 112 lua_State *co = getco(L); in luaB_costatus() local
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/ |
D | lcorolib.c | 20 static int auxresume (lua_State *L, lua_State *co, int narg) { in auxresume() 50 lua_State *co = lua_tothread(L, 1); in luaB_coresume() local 68 lua_State *co = lua_tothread(L, lua_upvalueindex(1)); in luaB_auxwrap() local 105 lua_State *co = lua_tothread(L, 1); in luaB_costatus() local
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/ |
D | lbaselib.c | 490 static int costatus (lua_State *L, lua_State *co) { in costatus() 511 lua_State *co = lua_tothread(L, 1); in luaB_costatus() local 518 static int auxresume (lua_State *L, lua_State *co, int narg) { in auxresume() 544 lua_State *co = lua_tothread(L, 1); in luaB_coresume() local 562 lua_State *co = lua_tothread(L, lua_upvalueindex(1)); in luaB_auxwrap() local
|
/civetweb-2.7.6/src/third_party/ |
D | lsqlite3.c | 1173 static int collwrapper(scc *co,int l1,const void *p1, in collwrapper() 1185 static void collfree(scc *co) { in collfree() 1195 scc *co=NULL; in db_create_collation() local
|