Lines Matching refs:str_size
649 len += upstream_scheme.size() + str_size("://") + request_authority.size();
1174 static constexpr size_t PLPLEN = str_size(PLP);
1177 static constexpr size_t PLTLEN = str_size(PLT);
1224 static constexpr size_t PLLEN = str_size(PL);
1254 static constexpr size_t ANCHORLEN = str_size(ANCHOR);
1262 static constexpr size_t LOADPOLICYLEN = str_size(LOADPOLICY);
1270 static constexpr size_t NOPUSHLEN = str_size(NOPUSH);
1659 len += 1 + str_size("65535");
1970 std::array<uint8_t, base64::encode_length(16) + str_size(magic)> s;
1972 std::copy_n(magic, str_size(magic), p);