Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

context Struct Reference

Collaboration diagram for context:

Collaboration graph
[legend]

Data Fields

Octstrdata
long pos
long limit
Listlimit_stack
int error

Field Documentation

Octstr* context::data
 

Definition at line 67 of file parse.c.

Referenced by parse_context_create(), parse_get_char(), parse_get_line(), parse_get_nul_string(), parse_get_octets(), parse_get_rest(), parse_get_seperated_block(), parse_get_uintvar(), and parse_peek_char().

int context::error
 

Definition at line 71 of file parse.c.

Referenced by parse_clear_error(), parse_error(), parse_get_char(), parse_get_line(), parse_get_nul_string(), parse_get_octets(), parse_get_seperated_block(), parse_get_uintvar(), parse_limit(), parse_peek_char(), parse_pop_limit(), parse_set_error(), parse_skip(), and parse_skip_to().

long context::limit
 

Definition at line 69 of file parse.c.

Referenced by parse_get_char(), parse_get_line(), parse_get_nul_string(), parse_get_octets(), parse_get_seperated_block(), parse_get_uintvar(), parse_limit(), parse_octets_left(), parse_peek_char(), parse_pop_limit(), parse_skip(), parse_skip_to(), and parse_skip_to_limit().

List* context::limit_stack
 

Definition at line 70 of file parse.c.

Referenced by parse_context_destroy(), parse_limit(), and parse_pop_limit().

long context::pos
 

Definition at line 68 of file parse.c.

Referenced by parse_get_char(), parse_get_line(), parse_get_nul_string(), parse_get_octets(), parse_get_rest(), parse_get_seperated_block(), parse_get_uintvar(), parse_limit(), parse_octets_left(), parse_peek_char(), parse_skip(), parse_skip_to(), and parse_skip_to_limit().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.