libubox
C utility functions for OpenWrt.
|
Data Fields | |
int | len |
int | pos |
char * | buf |
blobmsg_json_format_t | custom_format |
void * | priv |
bool | indent |
int | indent_level |
Definition at line 118 of file blobmsg_json.c.
char* strbuf::buf |
Definition at line 121 of file blobmsg_json.c.
blobmsg_json_format_t strbuf::custom_format |
Definition at line 123 of file blobmsg_json.c.
bool strbuf::indent |
Definition at line 125 of file blobmsg_json.c.
int strbuf::indent_level |
Definition at line 126 of file blobmsg_json.c.
int strbuf::len |
Definition at line 119 of file blobmsg_json.c.
int strbuf::pos |
Definition at line 120 of file blobmsg_json.c.
void* strbuf::priv |
Definition at line 124 of file blobmsg_json.c.