luasandbox  1.4.0
Generic Lua sandbox for dynamic data analysis
Public Attributes | List of all members
lsb_input_buffer Struct Reference

#include <input_buffer.h>

Public Attributes

char * buf
 
size_t size
 
size_t maxsize
 
size_t readpos
 
size_t scanpos
 
size_t msglen
 

Detailed Description

Definition at line 17 of file input_buffer.h.

Member Data Documentation

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.


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