luasandbox
1.4.0
Generic Lua sandbox for dynamic data analysis
|
#include <input_buffer.h>
Public Attributes | |
char * | buf |
size_t | size |
size_t | maxsize |
size_t | readpos |
size_t | scanpos |
size_t | msglen |
Definition at line 17 of file input_buffer.h.
char* lsb_input_buffer::buf |
Definition at line 19 of file input_buffer.h.
size_t lsb_input_buffer::maxsize |
Definition at line 21 of file input_buffer.h.
size_t lsb_input_buffer::msglen |
Definition at line 24 of file input_buffer.h.
size_t lsb_input_buffer::readpos |
Definition at line 22 of file input_buffer.h.
size_t lsb_input_buffer::scanpos |
Definition at line 23 of file input_buffer.h.
size_t lsb_input_buffer::size |
Definition at line 20 of file input_buffer.h.