|
static void | parse_context_init (Context *pCtx) |
|
static void | parse_context_free (Context *pCtx) |
|
static JSON_Parser_HandlerResult JSON_CALL | EncodingDetectedHandler (JSON_Parser parser) |
|
static JSON_Parser_HandlerResult JSON_CALL | NullHandler (JSON_Parser parser) |
|
static JSON_Parser_HandlerResult JSON_CALL | BooleanHandler (JSON_Parser parser, JSON_Boolean value) |
|
static JSON_Parser_HandlerResult JSON_CALL | StringHandler (JSON_Parser parser, char *pValue, size_t length, JSON_StringAttributes attributes) |
|
static JSON_Parser_HandlerResult JSON_CALL | NumberHandler (JSON_Parser parser, char *pValue, size_t length, JSON_NumberAttributes attributes) |
|
static JSON_Parser_HandlerResult JSON_CALL | SpecialNumberHandler (JSON_Parser parser, JSON_SpecialNumber value) |
|
static JSON_Parser_HandlerResult JSON_CALL | StartObjectHandler (JSON_Parser parser) |
|
static JSON_Parser_HandlerResult JSON_CALL | EndObjectHandler (JSON_Parser parser) |
|
static JSON_Parser_HandlerResult JSON_CALL | ObjectMemberHandler (JSON_Parser parser, char *pValue, size_t length, JSON_StringAttributes attributes) |
|
static JSON_Parser_HandlerResult JSON_CALL | StartArrayHandler (JSON_Parser parser) |
|
static JSON_Parser_HandlerResult JSON_CALL | EndArrayHandler (JSON_Parser parser) |
|
static JSON_Parser_HandlerResult JSON_CALL | ArrayItemHandler (JSON_Parser parser) |
|
static int | parse_context_setup (Context *pCtx) |
|
static void | parse_context_error (Context *pCtx) |
|
static int | json_parse (Context *pCtx, const char *buf) |
|
void | netplay_rooms_free () |
|
int | netplay_rooms_parse (const char *buf) |
|
struct netplay_room * | netplay_room_get (int index) |
|
int | netplay_rooms_get_count () |
|