|
| static int | ubus_lua_parse_blob (lua_State *L, struct blob_attr *attr, bool table) |
| |
| static int | ubus_lua_parse_blob_array (lua_State *L, struct blob_attr *attr, size_t len, bool table) |
| |
| static bool | ubus_lua_format_blob_is_array (lua_State *L) |
| |
| static int | ubus_lua_format_blob_array (lua_State *L, struct blob_buf *b, bool table) |
| |
| static int | ubus_lua_format_blob (lua_State *L, struct blob_buf *b, bool table) |
| |
| static int | ubus_lua_connect (lua_State *L) |
| |
| static void | ubus_lua_objects_cb (struct ubus_context *c, struct ubus_object_data *o, void *p) |
| |
| static int | ubus_lua_objects (lua_State *L) |
| |
| static int | ubus_method_handler (struct ubus_context *ctx, struct ubus_object *obj, struct ubus_request_data *req, const char *method, struct blob_attr *msg) |
| |
| static int | lua_gettablelen (lua_State *L, int index) |
| |
| static int | ubus_lua_reply (lua_State *L) |
| |
| static int | ubus_lua_defer_request (lua_State *L) |
| |
| static int | ubus_lua_complete_deferred_request (lua_State *L) |
| |
| static int | ubus_lua_load_methods (lua_State *L, struct ubus_method *m) |
| |
| static void | ubus_new_sub_cb (struct ubus_context *ctx, struct ubus_object *obj) |
| |
| static void | ubus_lua_load_newsub_cb (lua_State *L, struct ubus_lua_object *obj) |
| |
| static struct ubus_object * | ubus_lua_load_object (lua_State *L) |
| |
| static int | ubus_lua_add (lua_State *L) |
| |
| static int | ubus_lua_notify (lua_State *L) |
| |
| static void | ubus_lua_signatures_cb (struct ubus_context *c, struct ubus_object_data *o, void *p) |
| |
| static int | ubus_lua_signatures (lua_State *L) |
| |
| static void | ubus_lua_call_cb (struct ubus_request *req, int type, struct blob_attr *msg) |
| |
| static int | ubus_lua_call (lua_State *L) |
| |
| static void | ubus_event_handler (struct ubus_context *ctx, struct ubus_event_handler *ev, const char *type, struct blob_attr *msg) |
| |
| static struct ubus_event_handler * | ubus_lua_load_event (lua_State *L) |
| |
| static int | ubus_lua_listen (lua_State *L) |
| |
| static void | ubus_sub_remove_handler (struct ubus_context *ctx, struct ubus_subscriber *s, uint32_t id) |
| |
| static int | ubus_sub_notify_handler (struct ubus_context *ctx, struct ubus_object *obj, struct ubus_request_data *req, const char *method, struct blob_attr *msg) |
| |
| static int | ubus_lua_do_subscribe (struct ubus_context *ctx, lua_State *L, const char *target, int idxnotify, int idxremove) |
| |
| static int | ubus_lua_subscribe (lua_State *L) |
| |
| static int | ubus_lua_send (lua_State *L) |
| |
| static int | ubus_lua__gc (lua_State *L) |
| |
| int | luaopen_ubus (lua_State *L) |
| |