OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lua_states
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/modules/lua/
lua.c
77
static LIST_HEAD(, lua_state)
lua_states
=
78
LIST_HEAD_INITIALIZER(
lua_states
);
219
while ((s = LIST_FIRST(&
lua_states
)) != NULL) {
306
LIST_FOREACH(s, &
lua_states
, lua_next)
310
LIST_FOREACH(s, &
lua_states
, lua_next) {
320
LIST_FOREACH(s, &
lua_states
, lua_next) {
343
LIST_FOREACH(s, &
lua_states
, lua_next)
374
LIST_FOREACH(s, &
lua_states
, lua_next)
409
LIST_FOREACH(s, &
lua_states
, lua_next)
529
LIST_FOREACH(s, &
lua_states
, lua_next
[
all
...]
/src/libexec/httpd/
lua-bozo.c
238
SIMPLEQ_INSERT_TAIL(&httpd->
lua_states
, map, s_next);
360
SIMPLEQ_FOREACH(map, &httpd->
lua_states
, s_next) {
bozohttpd.h
137
SIMPLEQ_HEAD(, lua_state_map)
lua_states
;
bozohttpd.c
2525
SIMPLEQ_INIT(&httpd->
lua_states
);
Completed in 14 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025