#include <bu.h>
Data Fields | |
long | vls_magic |
char * | vls_str |
Dynamic memory for buffer. | |
int | vls_offset |
Offset into vls_str where data is good. | |
int | vls_len |
Length, not counting the null. | |
int | vls_max |
Definition at line 1172 of file bu.h.
|
|
|
Dynamic memory for buffer.
Definition at line 1174 of file bu.h. Referenced by bu_vls_fwrite(), bu_vls_prepend(), bu_vls_print_double(), bu_vls_read(), and bu_vls_write(). |
|
Offset into vls_str where data is good.
Definition at line 1175 of file bu.h. Referenced by bu_vls_fwrite(), bu_vls_prepend(), bu_vls_print_double(), bu_vls_read(), and bu_vls_write(). |
|
Length, not counting the null.
Definition at line 1176 of file bu.h. Referenced by bu_vls_fwrite(), bu_vls_prepend(), bu_vls_print_double(), bu_vls_read(), bu_vls_setlen(), and bu_vls_write(). |
|
Definition at line 1177 of file bu.h. Referenced by bu_vls_read(). |