#include <cpphash.h>

Data Fields | |
| struct _cpp_buff * | next |
| unsigned char * | base |
| unsigned char * | cur |
| unsigned char * | limit |
Definition at line 112 of file cpphash.h.
struct _cpp_buff * _cpp_buff::next [read] |
Definition at line 114 of file cpphash.h.
Referenced by _cpp_aligned_alloc(), _cpp_append_extend_buff(), _cpp_extend_buff(), _cpp_free_buff(), _cpp_get_buff(), _cpp_release_buff(), _cpp_unaligned_alloc(), and new_buff().
| unsigned char * _cpp_buff::base |
Definition at line 115 of file cpphash.h.
Referenced by _cpp_append_extend_buff(), _cpp_extend_buff(), _cpp_free_buff(), _cpp_get_buff(), collect_args(), enter_macro_context(), new_buff(), and replace_args().
| unsigned char * _cpp_buff::cur |
Definition at line 115 of file cpphash.h.
Referenced by _cpp_aligned_alloc(), _cpp_append_extend_buff(), _cpp_extend_buff(), _cpp_get_buff(), _cpp_unaligned_alloc(), collect_args(), and new_buff().
| unsigned char * _cpp_buff::limit |
Definition at line 115 of file cpphash.h.
Referenced by _cpp_aligned_alloc(), _cpp_get_buff(), _cpp_unaligned_alloc(), collect_args(), and new_buff().
1.5.6