Tor
0.4.7.0-alpha-dev
|
Data Fields | |
const chunk_t * | chunk |
ptrdiff_t | pos |
size_t | chunk_pos |
const chunk_t* chunk |
Which chunk are we pointing to?
Definition at line 722 of file buffers.c.
Referenced by buf_find_pos_of_char(), buf_matches_at_pos(), buf_pos_inc(), and buf_pos_init().
size_t chunk_pos |
Total length of all previous chunks.
Definition at line 725 of file buffers.c.
Referenced by buf_find_pos_of_char(), buf_find_string_offset(), buf_pos_inc(), and buf_pos_init().
ptrdiff_t pos |
Which character inside the chunk's data are we pointing to?
Definition at line 723 of file buffers.c.
Referenced by buf_find_pos_of_char(), buf_find_string_offset(), buf_matches_at_pos(), buf_pos_inc(), and buf_pos_init().