Searched defs:rewriteConfigState (Results 1 – 1 of 1) sorted by relevance
1614 struct rewriteConfigState { struct1615 dict *option_to_line; /* Option -> list of config file lines map */1616 dict *rewritten; /* Dictionary of already processed options */1617 int numlines; /* Number of lines in current config */1618 sds *lines; /* Current lines as an array of sds strings */1619 int has_tail; /* True if we already added directives that were