bool leading_spaces;
PAIR_LIST *t;
- fr_sbuff_extend_lowat(NULL, &sbuff, 1024);
-
/*
* If the line is empty or has only comments,
* then we don't care about leading spaces.
comma = false;
check_item:
- fr_sbuff_extend_lowat(NULL, &sbuff, 1024);
-
/*
* Skip spaces before the item, and allow the
* check list to end on comment or LF.
comma = false;
reply_item:
- fr_sbuff_extend_lowat(NULL, &sbuff, 1024);
-
/*
* Reply items start with spaces. If there's no
* spaces, then the current entry is done. Add