|
void | discord_channel_init (struct discord_channel *self) |
|
void | discord_channel_cleanup (struct discord_channel *self) |
|
void | discord_channels_cleanup (struct discord_channels *self) |
|
void | discord_message_init (struct discord_message *self) |
|
void | discord_message_cleanup (struct discord_message *self) |
|
void | discord_messages_cleanup (struct discord_messages *self) |
|
void | discord_followed_channel_init (struct discord_followed_channel *self) |
|
void | discord_followed_channel_cleanup (struct discord_followed_channel *self) |
|
void | discord_thread_member_init (struct discord_thread_member *self) |
|
void | discord_thread_member_cleanup (struct discord_thread_member *self) |
|
void | discord_thread_members_cleanup (struct discord_thread_members *self) |
|
void | discord_attachments_cleanup (struct discord_attachments *self) |
|
void | discord_embed_init (struct discord_embed *self) |
|
void | discord_embed_cleanup (struct discord_embed *self) |
|
void | discord_embeds_cleanup (struct discord_embeds *self) |
|
void | discord_embed_thumbnail_init (struct discord_embed_thumbnail *self) |
|
void | discord_embed_thumbnail_cleanup (struct discord_embed_thumbnail *self) |
|
void | discord_embed_video_init (struct discord_embed_video *self) |
|
void | discord_embed_video_cleanup (struct discord_embed_video *self) |
|
void | discord_embed_image_init (struct discord_embed_image *self) |
|
void | discord_embed_image_cleanup (struct discord_embed_image *self) |
|
void | discord_embed_provider_init (struct discord_embed_provider *self) |
|
void | discord_embed_provider_cleanup (struct discord_embed_provider *self) |
|
void | discord_embed_author_init (struct discord_embed_author *self) |
|
void | discord_embed_author_cleanup (struct discord_embed_author *self) |
|
void | discord_embed_footer_init (struct discord_embed_footer *self) |
|
void | discord_embed_footer_cleanup (struct discord_embed_footer *self) |
|
void | discord_embed_field_init (struct discord_embed_field *self) |
|
void | discord_embed_field_cleanup (struct discord_embed_field *self) |
|
void | discord_embed_fields_cleanup (struct discord_embed_fields *self) |
|
void | discord_thread_response_body_init (struct discord_thread_response_body *self) |
|
void | discord_thread_response_body_cleanup (struct discord_thread_response_body *self) |
|
void | discord_modify_channel_init (struct discord_modify_channel *self) |
|
void | discord_modify_channel_cleanup (struct discord_modify_channel *self) |
|
void | discord_create_message_init (struct discord_create_message *self) |
|
void | discord_create_message_cleanup (struct discord_create_message *self) |
|
void | discord_edit_message_init (struct discord_edit_message *self) |
|
void | discord_edit_message_cleanup (struct discord_edit_message *self) |
|
void | discord_bulk_delete_messages_init (struct discord_bulk_delete_messages *self) |
|
void | discord_bulk_delete_messages_cleanup (struct discord_bulk_delete_messages *self) |
|
void | discord_edit_channel_permissions_init (struct discord_edit_channel_permissions *self) |
|
void | discord_edit_channel_permissions_cleanup (struct discord_edit_channel_permissions *self) |
|
void | discord_create_channel_invite_init (struct discord_create_channel_invite *self) |
|
void | discord_create_channel_invite_cleanup (struct discord_create_channel_invite *self) |
|
void | discord_follow_news_channel_init (struct discord_follow_news_channel *self) |
|
void | discord_follow_news_channel_cleanup (struct discord_follow_news_channel *self) |
|
void | discord_group_dm_add_recipient_init (struct discord_group_dm_add_recipient *self) |
|
void | discord_group_dm_add_recipient_cleanup (struct discord_group_dm_add_recipient *self) |
|
void | discord_start_thread_with_message_init (struct discord_start_thread_with_message *self) |
|
void | discord_start_thread_with_message_cleanup (struct discord_start_thread_with_message *self) |
|
void | discord_start_thread_without_message_init (struct discord_start_thread_without_message *self) |
|
void | discord_start_thread_without_message_cleanup (struct discord_start_thread_without_message *self) |
|
void | discord_list_active_threads_init (struct discord_list_active_threads *self) |
|
void | discord_list_active_threads_cleanup (struct discord_list_active_threads *self) |
|
long | discord_channel_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_channel *self) |
|
size_t | discord_channel_from_json (const char buf[], size_t size, struct discord_channel *self) |
|
long | discord_channels_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_channels *self) |
|
size_t | discord_channels_from_json (const char buf[], size_t size, struct discord_channels *self) |
|
long | discord_message_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_message *self) |
|
size_t | discord_message_from_json (const char buf[], size_t size, struct discord_message *self) |
|
long | discord_messages_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_messages *self) |
|
size_t | discord_messages_from_json (const char buf[], size_t size, struct discord_messages *self) |
|
long | discord_followed_channel_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_followed_channel *self) |
|
size_t | discord_followed_channel_from_json (const char buf[], size_t size, struct discord_followed_channel *self) |
|
long | discord_thread_member_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_thread_member *self) |
|
size_t | discord_thread_member_from_json (const char buf[], size_t size, struct discord_thread_member *self) |
|
long | discord_thread_members_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_thread_members *self) |
|
size_t | discord_thread_members_from_json (const char buf[], size_t size, struct discord_thread_members *self) |
|
long | discord_attachments_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_attachments *self) |
|
size_t | discord_attachments_from_json (const char buf[], size_t size, struct discord_attachments *self) |
|
long | discord_embed_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_embed *self) |
|
size_t | discord_embed_from_json (const char buf[], size_t size, struct discord_embed *self) |
|
long | discord_embeds_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_embeds *self) |
|
size_t | discord_embeds_from_json (const char buf[], size_t size, struct discord_embeds *self) |
|
long | discord_embed_thumbnail_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_embed_thumbnail *self) |
|
size_t | discord_embed_thumbnail_from_json (const char buf[], size_t size, struct discord_embed_thumbnail *self) |
|
long | discord_embed_video_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_embed_video *self) |
|
size_t | discord_embed_video_from_json (const char buf[], size_t size, struct discord_embed_video *self) |
|
long | discord_embed_image_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_embed_image *self) |
|
size_t | discord_embed_image_from_json (const char buf[], size_t size, struct discord_embed_image *self) |
|
long | discord_embed_provider_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_embed_provider *self) |
|
size_t | discord_embed_provider_from_json (const char buf[], size_t size, struct discord_embed_provider *self) |
|
long | discord_embed_author_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_embed_author *self) |
|
size_t | discord_embed_author_from_json (const char buf[], size_t size, struct discord_embed_author *self) |
|
long | discord_embed_footer_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_embed_footer *self) |
|
size_t | discord_embed_footer_from_json (const char buf[], size_t size, struct discord_embed_footer *self) |
|
long | discord_embed_field_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_embed_field *self) |
|
size_t | discord_embed_field_from_json (const char buf[], size_t size, struct discord_embed_field *self) |
|
long | discord_embed_fields_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_embed_fields *self) |
|
size_t | discord_embed_fields_from_json (const char buf[], size_t size, struct discord_embed_fields *self) |
|
long | discord_thread_response_body_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_thread_response_body *self) |
|
size_t | discord_thread_response_body_from_json (const char buf[], size_t size, struct discord_thread_response_body *self) |
|
long | discord_modify_channel_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_modify_channel *self) |
|
size_t | discord_modify_channel_from_json (const char buf[], size_t size, struct discord_modify_channel *self) |
|
long | discord_create_message_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_create_message *self) |
|
size_t | discord_create_message_from_json (const char buf[], size_t size, struct discord_create_message *self) |
|
long | discord_edit_message_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_edit_message *self) |
|
size_t | discord_edit_message_from_json (const char buf[], size_t size, struct discord_edit_message *self) |
|
long | discord_bulk_delete_messages_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_bulk_delete_messages *self) |
|
size_t | discord_bulk_delete_messages_from_json (const char buf[], size_t size, struct discord_bulk_delete_messages *self) |
|
long | discord_edit_channel_permissions_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_edit_channel_permissions *self) |
|
size_t | discord_edit_channel_permissions_from_json (const char buf[], size_t size, struct discord_edit_channel_permissions *self) |
|
long | discord_create_channel_invite_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_create_channel_invite *self) |
|
size_t | discord_create_channel_invite_from_json (const char buf[], size_t size, struct discord_create_channel_invite *self) |
|
long | discord_follow_news_channel_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_follow_news_channel *self) |
|
size_t | discord_follow_news_channel_from_json (const char buf[], size_t size, struct discord_follow_news_channel *self) |
|
long | discord_group_dm_add_recipient_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_group_dm_add_recipient *self) |
|
size_t | discord_group_dm_add_recipient_from_json (const char buf[], size_t size, struct discord_group_dm_add_recipient *self) |
|
long | discord_start_thread_with_message_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_start_thread_with_message *self) |
|
size_t | discord_start_thread_with_message_from_json (const char buf[], size_t size, struct discord_start_thread_with_message *self) |
|
long | discord_start_thread_without_message_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_start_thread_without_message *self) |
|
size_t | discord_start_thread_without_message_from_json (const char buf[], size_t size, struct discord_start_thread_without_message *self) |
|
long | discord_list_active_threads_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_list_active_threads *self) |
|
size_t | discord_list_active_threads_from_json (const char buf[], size_t size, struct discord_list_active_threads *self) |
|
jsonbcode | discord_channel_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_channel *self) |
|
size_t | discord_channel_to_json (char buf[], size_t size, const struct discord_channel *self) |
|
jsonbcode | discord_channels_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_channels *self) |
|
size_t | discord_channels_to_json (char buf[], size_t size, const struct discord_channels *self) |
|
jsonbcode | discord_message_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_message *self) |
|
size_t | discord_message_to_json (char buf[], size_t size, const struct discord_message *self) |
|
jsonbcode | discord_messages_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_messages *self) |
|
size_t | discord_messages_to_json (char buf[], size_t size, const struct discord_messages *self) |
|
jsonbcode | discord_followed_channel_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_followed_channel *self) |
|
size_t | discord_followed_channel_to_json (char buf[], size_t size, const struct discord_followed_channel *self) |
|
jsonbcode | discord_thread_member_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_thread_member *self) |
|
size_t | discord_thread_member_to_json (char buf[], size_t size, const struct discord_thread_member *self) |
|
jsonbcode | discord_thread_members_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_thread_members *self) |
|
size_t | discord_thread_members_to_json (char buf[], size_t size, const struct discord_thread_members *self) |
|
jsonbcode | discord_attachments_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_attachments *self) |
|
size_t | discord_attachments_to_json (char buf[], size_t size, const struct discord_attachments *self) |
|
jsonbcode | discord_embed_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_embed *self) |
|
size_t | discord_embed_to_json (char buf[], size_t size, const struct discord_embed *self) |
|
jsonbcode | discord_embeds_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_embeds *self) |
|
size_t | discord_embeds_to_json (char buf[], size_t size, const struct discord_embeds *self) |
|
jsonbcode | discord_embed_thumbnail_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_embed_thumbnail *self) |
|
size_t | discord_embed_thumbnail_to_json (char buf[], size_t size, const struct discord_embed_thumbnail *self) |
|
jsonbcode | discord_embed_video_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_embed_video *self) |
|
size_t | discord_embed_video_to_json (char buf[], size_t size, const struct discord_embed_video *self) |
|
jsonbcode | discord_embed_image_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_embed_image *self) |
|
size_t | discord_embed_image_to_json (char buf[], size_t size, const struct discord_embed_image *self) |
|
jsonbcode | discord_embed_provider_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_embed_provider *self) |
|
size_t | discord_embed_provider_to_json (char buf[], size_t size, const struct discord_embed_provider *self) |
|
jsonbcode | discord_embed_author_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_embed_author *self) |
|
size_t | discord_embed_author_to_json (char buf[], size_t size, const struct discord_embed_author *self) |
|
jsonbcode | discord_embed_footer_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_embed_footer *self) |
|
size_t | discord_embed_footer_to_json (char buf[], size_t size, const struct discord_embed_footer *self) |
|
jsonbcode | discord_embed_field_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_embed_field *self) |
|
size_t | discord_embed_field_to_json (char buf[], size_t size, const struct discord_embed_field *self) |
|
jsonbcode | discord_embed_fields_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_embed_fields *self) |
|
size_t | discord_embed_fields_to_json (char buf[], size_t size, const struct discord_embed_fields *self) |
|
jsonbcode | discord_thread_response_body_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_thread_response_body *self) |
|
size_t | discord_thread_response_body_to_json (char buf[], size_t size, const struct discord_thread_response_body *self) |
|
jsonbcode | discord_modify_channel_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_modify_channel *self) |
|
size_t | discord_modify_channel_to_json (char buf[], size_t size, const struct discord_modify_channel *self) |
|
jsonbcode | discord_create_message_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_create_message *self) |
|
size_t | discord_create_message_to_json (char buf[], size_t size, const struct discord_create_message *self) |
|
jsonbcode | discord_edit_message_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_edit_message *self) |
|
size_t | discord_edit_message_to_json (char buf[], size_t size, const struct discord_edit_message *self) |
|
jsonbcode | discord_bulk_delete_messages_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_bulk_delete_messages *self) |
|
size_t | discord_bulk_delete_messages_to_json (char buf[], size_t size, const struct discord_bulk_delete_messages *self) |
|
jsonbcode | discord_edit_channel_permissions_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_edit_channel_permissions *self) |
|
size_t | discord_edit_channel_permissions_to_json (char buf[], size_t size, const struct discord_edit_channel_permissions *self) |
|
jsonbcode | discord_create_channel_invite_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_create_channel_invite *self) |
|
size_t | discord_create_channel_invite_to_json (char buf[], size_t size, const struct discord_create_channel_invite *self) |
|
jsonbcode | discord_follow_news_channel_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_follow_news_channel *self) |
|
size_t | discord_follow_news_channel_to_json (char buf[], size_t size, const struct discord_follow_news_channel *self) |
|
jsonbcode | discord_group_dm_add_recipient_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_group_dm_add_recipient *self) |
|
size_t | discord_group_dm_add_recipient_to_json (char buf[], size_t size, const struct discord_group_dm_add_recipient *self) |
|
jsonbcode | discord_start_thread_with_message_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_start_thread_with_message *self) |
|
size_t | discord_start_thread_with_message_to_json (char buf[], size_t size, const struct discord_start_thread_with_message *self) |
|
jsonbcode | discord_start_thread_without_message_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_start_thread_without_message *self) |
|
size_t | discord_start_thread_without_message_to_json (char buf[], size_t size, const struct discord_start_thread_without_message *self) |
|
jsonbcode | discord_list_active_threads_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_list_active_threads *self) |
|
size_t | discord_list_active_threads_to_json (char buf[], size_t size, const struct discord_list_active_threads *self) |
|