Lines Matching refs:world
27 typedef int (world_init)(World *world);
28 typedef void (world_uninit)(World *world);
29 typedef ssize_t (world_ig)(World *world, uint32_t pport,
31 typedef int (world_cmd)(World *world, DescInfo *info,
43 ssize_t world_ingress(World *world, uint32_t pport,
45 int world_do_cmd(World *world, DescInfo *info,
50 void world_free(World *world);
51 void world_reset(World *world);
53 void *world_private(World *world);
54 Rocker *world_rocker(World *world);
56 enum rocker_world_type world_type(World *world);
57 const char *world_name(World *world);