libubox
C utility functions for OpenWrt.
strbuf Struct Reference
Collaboration diagram for strbuf:

Data Fields

int len
 
int pos
 
char * buf
 
blobmsg_json_format_t custom_format
 
void * priv
 
bool indent
 
int indent_level
 

Detailed Description

Definition at line 118 of file blobmsg_json.c.

Field Documentation

◆ buf

char* strbuf::buf

Definition at line 121 of file blobmsg_json.c.

◆ custom_format

blobmsg_json_format_t strbuf::custom_format

Definition at line 123 of file blobmsg_json.c.

◆ indent

bool strbuf::indent

Definition at line 125 of file blobmsg_json.c.

◆ indent_level

int strbuf::indent_level

Definition at line 126 of file blobmsg_json.c.

◆ len

int strbuf::len

Definition at line 119 of file blobmsg_json.c.

◆ pos

int strbuf::pos

Definition at line 120 of file blobmsg_json.c.

◆ priv

void* strbuf::priv

Definition at line 124 of file blobmsg_json.c.


The documentation for this struct was generated from the following file: