Lines Matching defs:L

50 int hlua_checkboolean(lua_State *L, int index)  in hlua_checkboolean()
58 static int hlua_fcn_pushunsigned(lua_State *L, unsigned int val) in hlua_fcn_pushunsigned()
72 static int hlua_fcn_pushunsigned_ll(lua_State *L, unsigned long long val) { in hlua_fcn_pushunsigned_ll()
92 int hlua_fcn_pushfield(lua_State *L, struct field *field) in hlua_fcn_pushfield()
172 const char *hlua_pushstrippedstring(lua_State *L, const char *str) in hlua_pushstrippedstring()
192 void hlua_class_const_int(lua_State *L, const char *name, int value) in hlua_class_const_int()
198 void hlua_class_const_str(lua_State *L, const char *name, const char *value) in hlua_class_const_str()
204 void hlua_class_function(lua_State *L, const char *name, int (*function)(lua_State *L)) in hlua_class_function()
212 int hlua_dump_object(struct lua_State *L) in hlua_dump_object()
224 int hlua_register_metatable(struct lua_State *L, char *name) in hlua_register_metatable()
255 void *hlua_checkudata(lua_State *L, int ud, int class_ref) in hlua_checkudata()
293 int hlua_now(lua_State *L) in hlua_now()
309 static int hlua_parse_date(lua_State *L, int (*fcn)(const char *, int, struct tm*)) in hlua_parse_date()
338 static int hlua_http_date(lua_State *L) in hlua_http_date()
342 static int hlua_imf_date(lua_State *L) in hlua_imf_date()
346 static int hlua_rfc850_date(lua_State *L) in hlua_rfc850_date()
350 static int hlua_asctime_date(lua_State *L) in hlua_asctime_date()
355 static int hlua_get_info(lua_State *L) in hlua_get_info()
370 static struct hlua_concat *hlua_check_concat(lua_State *L, int ud) in hlua_check_concat()
375 static int hlua_concat_add(lua_State *L) in hlua_concat_add()
418 static int hlua_concat_dump(lua_State *L) in hlua_concat_dump()
436 int hlua_concat_new(lua_State *L) in hlua_concat_new()
454 static int concat_tostring(lua_State *L) in concat_tostring()
461 static int hlua_concat_init(lua_State *L) in hlua_concat_init()
487 int hlua_fcn_new_stktable(lua_State *L, struct stktable *tbl) in hlua_fcn_new_stktable()
500 static struct stktable *hlua_check_stktable(lua_State *L, int ud) in hlua_check_stktable()
506 int hlua_stktable_info(lua_State *L) in hlua_stktable_info()
568 static void hlua_stktable_entry(lua_State *L, struct stktable *t, struct stksess *ts) in hlua_stktable_entry()
614 int hlua_stktable_lookup(lua_State *L) in hlua_stktable_lookup()
663 static int hlua_error(lua_State *L, const char *fmt, ...) { in hlua_error()
685 int hlua_stktable_dump(lua_State *L) in hlua_stktable_dump()
841 int hlua_fcn_new_listener(lua_State *L, struct listener *lst) in hlua_fcn_new_listener()
854 static struct listener *hlua_check_listener(lua_State *L, int ud) in hlua_check_listener()
859 int hlua_listener_get_stats(lua_State *L) in hlua_listener_get_stats()
883 int hlua_fcn_new_server(lua_State *L, struct server *srv) in hlua_fcn_new_server()
910 static struct server *hlua_check_server(lua_State *L, int ud) in hlua_check_server()
915 int hlua_server_get_stats(lua_State *L) in hlua_server_get_stats()
939 int hlua_server_get_addr(lua_State *L) in hlua_server_get_addr()
978 int hlua_server_is_draining(lua_State *L) in hlua_server_is_draining()
987 int hlua_server_set_maxconn(lua_State *L) in hlua_server_set_maxconn()
1006 int hlua_server_get_maxconn(lua_State *L) in hlua_server_get_maxconn()
1015 int hlua_server_set_weight(lua_State *L) in hlua_server_set_weight()
1034 int hlua_server_get_weight(lua_State *L) in hlua_server_get_weight()
1043 int hlua_server_set_addr(lua_State *L) in hlua_server_set_addr()
1062 int hlua_server_shut_sess(lua_State *L) in hlua_server_shut_sess()
1073 int hlua_server_set_drain(lua_State *L) in hlua_server_set_drain()
1084 int hlua_server_set_maint(lua_State *L) in hlua_server_set_maint()
1095 int hlua_server_set_ready(lua_State *L) in hlua_server_set_ready()
1106 int hlua_server_check_enable(lua_State *L) in hlua_server_check_enable()
1119 int hlua_server_check_disable(lua_State *L) in hlua_server_check_disable()
1132 int hlua_server_check_force_up(lua_State *L) in hlua_server_check_force_up()
1146 int hlua_server_check_force_nolb(lua_State *L) in hlua_server_check_force_nolb()
1160 int hlua_server_check_force_down(lua_State *L) in hlua_server_check_force_down()
1174 int hlua_server_agent_enable(lua_State *L) in hlua_server_agent_enable()
1187 int hlua_server_agent_disable(lua_State *L) in hlua_server_agent_disable()
1200 int hlua_server_agent_force_up(lua_State *L) in hlua_server_agent_force_up()
1214 int hlua_server_agent_force_down(lua_State *L) in hlua_server_agent_force_down()
1228 int hlua_fcn_new_proxy(lua_State *L, struct proxy *px) in hlua_fcn_new_proxy()
1291 static struct proxy *hlua_check_proxy(lua_State *L, int ud) in hlua_check_proxy()
1296 int hlua_proxy_pause(lua_State *L) in hlua_proxy_pause()
1305 int hlua_proxy_resume(lua_State *L) in hlua_proxy_resume()
1314 int hlua_proxy_stop(lua_State *L) in hlua_proxy_stop()
1323 int hlua_proxy_get_cap(lua_State *L) in hlua_proxy_get_cap()
1334 int hlua_proxy_get_stats(lua_State *L) in hlua_proxy_get_stats()
1353 int hlua_proxy_get_mode(lua_State *L) in hlua_proxy_get_mode()
1364 int hlua_proxy_shut_bcksess(lua_State *L) in hlua_proxy_shut_bcksess()
1373 int hlua_fcn_post_init(lua_State *L) in hlua_fcn_post_init()
1436 int hlua_tokenize(lua_State *L) in hlua_tokenize()
1477 int hlua_parse_addr(lua_State *L) in hlua_parse_addr()
1505 int hlua_match_addr(lua_State *L) in hlua_match_addr()
1550 static struct my_regex **hlua_check_regex(lua_State *L, int ud) in hlua_check_regex()
1555 static int hlua_regex_comp(struct lua_State *L) in hlua_regex_comp()
1587 static int hlua_regex_exec(struct lua_State *L) in hlua_regex_exec()
1617 static int hlua_regex_match(struct lua_State *L) in hlua_regex_match()
1657 static int hlua_regex_free(struct lua_State *L) in hlua_regex_free()
1667 int hlua_fcn_reg_core_fcn(lua_State *L) in hlua_fcn_reg_core_fcn()