Lines Matching defs:L

48 int hlua_checkboolean(lua_State *L, int index)  in hlua_checkboolean()
58 int hlua_fcn_pushfield(lua_State *L, struct field *field) in hlua_fcn_pushfield()
138 const char *hlua_pushstrippedstring(lua_State *L, const char *str) in hlua_pushstrippedstring()
158 void hlua_class_const_int(lua_State *L, const char *name, int value) in hlua_class_const_int()
164 void hlua_class_const_str(lua_State *L, const char *name, const char *value) in hlua_class_const_str()
170 void hlua_class_function(lua_State *L, const char *name, int (*function)(lua_State *L)) in hlua_class_function()
178 int hlua_dump_object(struct lua_State *L) in hlua_dump_object()
190 int hlua_register_metatable(struct lua_State *L, char *name) in hlua_register_metatable()
221 void *hlua_checkudata(lua_State *L, int ud, int class_ref) in hlua_checkudata()
259 int hlua_now(lua_State *L) in hlua_now()
275 static int hlua_parse_date(lua_State *L, int (*fcn)(const char *, int, struct tm*)) in hlua_parse_date()
304 static int hlua_http_date(lua_State *L) in hlua_http_date()
308 static int hlua_imf_date(lua_State *L) in hlua_imf_date()
312 static int hlua_rfc850_date(lua_State *L) in hlua_rfc850_date()
316 static int hlua_asctime_date(lua_State *L) in hlua_asctime_date()
321 static int hlua_get_info(lua_State *L) in hlua_get_info()
336 static struct hlua_concat *hlua_check_concat(lua_State *L, int ud) in hlua_check_concat()
341 static int hlua_concat_add(lua_State *L) in hlua_concat_add()
384 static int hlua_concat_dump(lua_State *L) in hlua_concat_dump()
402 int hlua_concat_new(lua_State *L) in hlua_concat_new()
420 static int concat_tostring(lua_State *L) in concat_tostring()
427 static int hlua_concat_init(lua_State *L) in hlua_concat_init()
453 int hlua_fcn_new_listener(lua_State *L, struct listener *lst) in hlua_fcn_new_listener()
466 static struct listener *hlua_check_listener(lua_State *L, int ud) in hlua_check_listener()
471 int hlua_listener_get_stats(lua_State *L) in hlua_listener_get_stats()
495 int hlua_fcn_new_server(lua_State *L, struct server *srv) in hlua_fcn_new_server()
508 static struct server *hlua_check_server(lua_State *L, int ud) in hlua_check_server()
513 int hlua_server_get_stats(lua_State *L) in hlua_server_get_stats()
537 int hlua_server_get_addr(lua_State *L) in hlua_server_get_addr()
576 int hlua_server_is_draining(lua_State *L) in hlua_server_is_draining()
585 int hlua_server_set_weight(lua_State *L) in hlua_server_set_weight()
604 int hlua_server_get_weight(lua_State *L) in hlua_server_get_weight()
613 int hlua_server_set_addr(lua_State *L) in hlua_server_set_addr()
632 int hlua_server_shut_sess(lua_State *L) in hlua_server_shut_sess()
643 int hlua_server_set_drain(lua_State *L) in hlua_server_set_drain()
654 int hlua_server_set_maint(lua_State *L) in hlua_server_set_maint()
665 int hlua_server_set_ready(lua_State *L) in hlua_server_set_ready()
676 int hlua_server_check_enable(lua_State *L) in hlua_server_check_enable()
689 int hlua_server_check_disable(lua_State *L) in hlua_server_check_disable()
702 int hlua_server_check_force_up(lua_State *L) in hlua_server_check_force_up()
716 int hlua_server_check_force_nolb(lua_State *L) in hlua_server_check_force_nolb()
730 int hlua_server_check_force_down(lua_State *L) in hlua_server_check_force_down()
744 int hlua_server_agent_enable(lua_State *L) in hlua_server_agent_enable()
757 int hlua_server_agent_disable(lua_State *L) in hlua_server_agent_disable()
770 int hlua_server_agent_force_up(lua_State *L) in hlua_server_agent_force_up()
784 int hlua_server_agent_force_down(lua_State *L) in hlua_server_agent_force_down()
798 int hlua_fcn_new_proxy(lua_State *L, struct proxy *px) in hlua_fcn_new_proxy()
855 static struct proxy *hlua_check_proxy(lua_State *L, int ud) in hlua_check_proxy()
860 int hlua_proxy_pause(lua_State *L) in hlua_proxy_pause()
869 int hlua_proxy_resume(lua_State *L) in hlua_proxy_resume()
878 int hlua_proxy_stop(lua_State *L) in hlua_proxy_stop()
887 int hlua_proxy_get_cap(lua_State *L) in hlua_proxy_get_cap()
898 int hlua_proxy_get_stats(lua_State *L) in hlua_proxy_get_stats()
917 int hlua_proxy_get_mode(lua_State *L) in hlua_proxy_get_mode()
928 int hlua_proxy_shut_bcksess(lua_State *L) in hlua_proxy_shut_bcksess()
937 int hlua_fcn_post_init(lua_State *L) in hlua_fcn_post_init()
1000 int hlua_tokenize(lua_State *L) in hlua_tokenize()
1041 int hlua_parse_addr(lua_State *L) in hlua_parse_addr()
1069 int hlua_match_addr(lua_State *L) in hlua_match_addr()
1114 static struct my_regex *hlua_check_regex(lua_State *L, int ud) in hlua_check_regex()
1119 static int hlua_regex_comp(struct lua_State *L) in hlua_regex_comp()
1151 static int hlua_regex_exec(struct lua_State *L) in hlua_regex_exec()
1176 static int hlua_regex_match(struct lua_State *L) in hlua_regex_match()
1211 static int hlua_regex_free(struct lua_State *L) in hlua_regex_free()
1220 int hlua_fcn_reg_core_fcn(lua_State *L) in hlua_fcn_reg_core_fcn()