Lines Matching refs:balloc
41 BlockAllocator balloc(4096, 4096);
43 auto p = parse_header(balloc, StringRef::from_lit("a: b"));
47 p = parse_header(balloc, StringRef::from_lit("a: b"));
51 p = parse_header(balloc, StringRef::from_lit(":a: b"));
54 p = parse_header(balloc, StringRef::from_lit("a: :b"));
58 p = parse_header(balloc, StringRef::from_lit(": b"));
61 p = parse_header(balloc, StringRef::from_lit("alpha: bravo charlie"));
65 p = parse_header(balloc, StringRef::from_lit("a,: b"));
68 p = parse_header(balloc, StringRef::from_lit("a: b\x0a"));
73 BlockAllocator balloc(4096, 4096);
76 balloc, StringRef::from_lit(
124 res = parse_log_format(balloc, StringRef::from_lit("$"));
131 res = parse_log_format(balloc, StringRef::from_lit("${"));
138 res = parse_log_format(balloc, StringRef::from_lit("${a"));
145 res = parse_log_format(balloc, StringRef::from_lit("${a "));
152 res = parse_log_format(balloc, StringRef::from_lit("$$remote_addr"));