Lines Matching defs:L

49 int hlua_checkboolean(lua_State *L, int index)  in hlua_checkboolean()
57 static int hlua_fcn_pushunsigned(lua_State *L, unsigned int val) in hlua_fcn_pushunsigned()
71 static int hlua_fcn_pushunsigned_ll(lua_State *L, unsigned long long val) { in hlua_fcn_pushunsigned_ll()
91 int hlua_fcn_pushfield(lua_State *L, struct field *field) in hlua_fcn_pushfield()
171 const char *hlua_pushstrippedstring(lua_State *L, const char *str) in hlua_pushstrippedstring()
191 void hlua_class_const_int(lua_State *L, const char *name, int value) in hlua_class_const_int()
197 void hlua_class_const_str(lua_State *L, const char *name, const char *value) in hlua_class_const_str()
203 void hlua_class_function(lua_State *L, const char *name, int (*function)(lua_State *L)) in hlua_class_function()
211 int hlua_dump_object(struct lua_State *L) in hlua_dump_object()
223 int hlua_register_metatable(struct lua_State *L, char *name) in hlua_register_metatable()
254 void *hlua_checkudata(lua_State *L, int ud, int class_ref) in hlua_checkudata()
292 int hlua_now(lua_State *L) in hlua_now()
308 static int hlua_parse_date(lua_State *L, int (*fcn)(const char *, int, struct tm*)) in hlua_parse_date()
337 static int hlua_http_date(lua_State *L) in hlua_http_date()
341 static int hlua_imf_date(lua_State *L) in hlua_imf_date()
345 static int hlua_rfc850_date(lua_State *L) in hlua_rfc850_date()
349 static int hlua_asctime_date(lua_State *L) in hlua_asctime_date()
354 static int hlua_get_info(lua_State *L) in hlua_get_info()
369 static struct hlua_concat *hlua_check_concat(lua_State *L, int ud) in hlua_check_concat()
374 static int hlua_concat_add(lua_State *L) in hlua_concat_add()
417 static int hlua_concat_dump(lua_State *L) in hlua_concat_dump()
435 int hlua_concat_new(lua_State *L) in hlua_concat_new()
453 static int concat_tostring(lua_State *L) in concat_tostring()
460 static int hlua_concat_init(lua_State *L) in hlua_concat_init()
486 int hlua_fcn_new_stktable(lua_State *L, struct stktable *tbl) in hlua_fcn_new_stktable()
499 static struct stktable *hlua_check_stktable(lua_State *L, int ud) in hlua_check_stktable()
505 int hlua_stktable_info(lua_State *L) in hlua_stktable_info()
567 static void hlua_stktable_entry(lua_State *L, struct stktable *t, struct stksess *ts) in hlua_stktable_entry()
613 int hlua_stktable_lookup(lua_State *L) in hlua_stktable_lookup()
662 static int hlua_error(lua_State *L, const char *fmt, ...) { in hlua_error()
684 int hlua_stktable_dump(lua_State *L) in hlua_stktable_dump()
840 int hlua_fcn_new_listener(lua_State *L, struct listener *lst) in hlua_fcn_new_listener()
853 static struct listener *hlua_check_listener(lua_State *L, int ud) in hlua_check_listener()
858 int hlua_listener_get_stats(lua_State *L) in hlua_listener_get_stats()
882 int hlua_fcn_new_server(lua_State *L, struct server *srv) in hlua_fcn_new_server()
909 static struct server *hlua_check_server(lua_State *L, int ud) in hlua_check_server()
914 int hlua_server_get_stats(lua_State *L) in hlua_server_get_stats()
938 int hlua_server_get_addr(lua_State *L) in hlua_server_get_addr()
977 int hlua_server_is_draining(lua_State *L) in hlua_server_is_draining()
986 int hlua_server_set_maxconn(lua_State *L) in hlua_server_set_maxconn()
1005 int hlua_server_get_maxconn(lua_State *L) in hlua_server_get_maxconn()
1014 int hlua_server_set_weight(lua_State *L) in hlua_server_set_weight()
1033 int hlua_server_get_weight(lua_State *L) in hlua_server_get_weight()
1042 int hlua_server_set_addr(lua_State *L) in hlua_server_set_addr()
1066 int hlua_server_shut_sess(lua_State *L) in hlua_server_shut_sess()
1077 int hlua_server_set_drain(lua_State *L) in hlua_server_set_drain()
1088 int hlua_server_set_maint(lua_State *L) in hlua_server_set_maint()
1099 int hlua_server_set_ready(lua_State *L) in hlua_server_set_ready()
1110 int hlua_server_check_enable(lua_State *L) in hlua_server_check_enable()
1123 int hlua_server_check_disable(lua_State *L) in hlua_server_check_disable()
1136 int hlua_server_check_force_up(lua_State *L) in hlua_server_check_force_up()
1150 int hlua_server_check_force_nolb(lua_State *L) in hlua_server_check_force_nolb()
1164 int hlua_server_check_force_down(lua_State *L) in hlua_server_check_force_down()
1178 int hlua_server_agent_enable(lua_State *L) in hlua_server_agent_enable()
1191 int hlua_server_agent_disable(lua_State *L) in hlua_server_agent_disable()
1204 int hlua_server_agent_force_up(lua_State *L) in hlua_server_agent_force_up()
1218 int hlua_server_agent_force_down(lua_State *L) in hlua_server_agent_force_down()
1232 int hlua_fcn_new_proxy(lua_State *L, struct proxy *px) in hlua_fcn_new_proxy()
1295 static struct proxy *hlua_check_proxy(lua_State *L, int ud) in hlua_check_proxy()
1300 int hlua_proxy_pause(lua_State *L) in hlua_proxy_pause()
1309 int hlua_proxy_resume(lua_State *L) in hlua_proxy_resume()
1318 int hlua_proxy_stop(lua_State *L) in hlua_proxy_stop()
1327 int hlua_proxy_get_cap(lua_State *L) in hlua_proxy_get_cap()
1338 int hlua_proxy_get_stats(lua_State *L) in hlua_proxy_get_stats()
1357 int hlua_proxy_get_mode(lua_State *L) in hlua_proxy_get_mode()
1368 int hlua_proxy_shut_bcksess(lua_State *L) in hlua_proxy_shut_bcksess()
1377 int hlua_fcn_post_init(lua_State *L) in hlua_fcn_post_init()
1440 int hlua_tokenize(lua_State *L) in hlua_tokenize()
1481 int hlua_parse_addr(lua_State *L) in hlua_parse_addr()
1509 int hlua_match_addr(lua_State *L) in hlua_match_addr()
1554 static struct my_regex **hlua_check_regex(lua_State *L, int ud) in hlua_check_regex()
1559 static int hlua_regex_comp(struct lua_State *L) in hlua_regex_comp()
1591 static int hlua_regex_exec(struct lua_State *L) in hlua_regex_exec()
1621 static int hlua_regex_match(struct lua_State *L) in hlua_regex_match()
1661 static int hlua_regex_free(struct lua_State *L) in hlua_regex_free()
1671 int hlua_fcn_reg_core_fcn(lua_State *L) in hlua_fcn_reg_core_fcn()