Home
last modified time | relevance | path

Searched refs:lua_obs_timer (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/obs-scripting/
H A Dobs-scripting-lua.c237 struct lua_obs_timer { struct
238 struct lua_obs_timer *next; argument
239 struct lua_obs_timer **p_prev_next; argument
246 static struct lua_obs_timer *first_timer = NULL; argument
252 struct lua_obs_timer *next = first_timer; in lua_obs_timer_init()
264 struct lua_obs_timer *next = timer->next; in lua_obs_timer_remove()
271 lua_obs_timer_cb(struct lua_obs_timer *timer) in lua_obs_timer_cb()
302 struct lua_obs_timer *timer = lua_obs_callback_extra_data(cb); in defer_timer_init()
315 script, 1, sizeof(struct lua_obs_timer)); in timer_add()
1048 struct lua_obs_timer *timer; in lua_tick()
[all …]