Data Fields | |
| const chunk_t * | chunk | 
| int | pos | 
| size_t | chunk_pos | 
| const chunk_t* buf_pos_t::chunk | 
Which chunk are we pointing to?
Referenced by buf_find_pos_of_char(), buf_matches_at_pos(), buf_pos_inc(), and buf_pos_init().
| int buf_pos_t::pos | 
Which character inside the chunk's data are we pointing to?
Referenced by buf_find_pos_of_char(), buf_find_string_offset(), buf_matches_at_pos(), buf_pos_inc(), and buf_pos_init().
| size_t buf_pos_t::chunk_pos | 
Total length of all previous chunks.
Referenced by buf_find_pos_of_char(), buf_find_string_offset(), buf_pos_inc(), and buf_pos_init().
 1.5.6