Lines Matching refs:_cpp_buff
65 static _cpp_buff *new_buff (size_t);
1594 _cpp_buff **first_buff_p, _cpp_buff **last_buff_p) in bufring_append()
1596 _cpp_buff *first_buff = *first_buff_p; in bufring_append()
1597 _cpp_buff *last_buff = *last_buff_p; in bufring_append()
1684 _cpp_buff *first_buff = NULL, *last_buff = NULL; in lex_raw_string()
3600 static _cpp_buff *
3603 _cpp_buff *result; in new_buff()
3613 size_t slen = CPP_ALIGN2 (sizeof (_cpp_buff), 2 * DEFAULT_ALIGNMENT); in new_buff()
3615 result = (_cpp_buff *) base; in new_buff()
3618 base = XNEWVEC (unsigned char, len + sizeof (_cpp_buff)); in new_buff()
3619 result = (_cpp_buff *) (base + len); in new_buff()
3630 _cpp_release_buff (cpp_reader *pfile, _cpp_buff *buff) in _cpp_release_buff()
3632 _cpp_buff *end = buff; in _cpp_release_buff()
3641 _cpp_buff *
3644 _cpp_buff *result, **p; in _cpp_get_buff()
3670 _cpp_buff *
3671 _cpp_append_extend_buff (cpp_reader *pfile, _cpp_buff *buff, size_t min_extra) in _cpp_append_extend_buff()
3674 _cpp_buff *new_buff = _cpp_get_buff (pfile, size); in _cpp_append_extend_buff()
3687 _cpp_extend_buff (cpp_reader *pfile, _cpp_buff **pbuff, size_t min_extra) in _cpp_extend_buff()
3689 _cpp_buff *new_buff, *old_buff = *pbuff; in _cpp_extend_buff()
3700 _cpp_free_buff (_cpp_buff *buff) in _cpp_free_buff()
3702 _cpp_buff *next; in _cpp_free_buff()
3719 _cpp_buff *buff = pfile->u_buff; in _cpp_unaligned_alloc()
3747 _cpp_buff *buff = pfile->a_buff; in _cpp_aligned_alloc()