Lines Matching refs:host_end
13062 * | | | `----------------------- host_end
13147 answer.append("\t\"host_end\":\"");
13148 helpers::encode_json(std::to_string(host_end), back);
13211 components.host_start == components.host_end) {
13254 components.host_start == components.host_end) {
13295 components.host_end += new_difference;
13329 components.host_end += new_difference;
13361 components.host_end += new_difference;
13525 if (components.host_start == components.host_end && !has_authority()) {
13764 components.host_end) == "localhost") {
13836 return helpers::substring(buffer, components.host_end + 1,
13859 if (components.host_end > components.host_start &&
13863 // if we have an empty host, then the space between components.host_end and
13865 if (start == components.host_end) {
13878 if (components.host_end > components.host_start &&
13882 return helpers::substring(buffer, start, components.host_end);
13991 answer.append("\t\"host_end\":");
13992 answer.append(convert_offset_to_string(components.host_end));
14015 if (components.host_start == components.host_end) {
14401 if (components.host_end != buffer.size()) {
14402 line1[components.host_end] = '|';
14457 if (components.host_end != buffer.size()) {
14458 line5[components.host_end] = '`';
14459 line1[components.host_end] = ' ';
14461 for (size_t i = components.host_end + 1; i < line5.size(); i++) {
14464 line5.append(" host_end ");
14465 line5.append(std::to_string(components.host_end));
14527 if (components.host_end > buffer.size()) {
14528 answer.append("warning: host_end overflows\n");
14554 * | | | `----------------------- host_end
14571 if (components.host_end == url_components::omitted) {
14572 ada_log("url_aggregator::validate omitted host_end \n", to_diagram());
14592 if (components.host_end > buffer.size()) {
14593 ada_log("url_aggregator::validate host_end overflow \n", to_diagram());
14632 components.host_end > components.host_start) {
14653 if (components.host_end != components.host_start) {
14660 if (components.host_end != buffer.size() &&
14661 components.pathname_start > components.host_end) {
14662 if (components.pathname_start == components.host_end + 2 &&
14663 buffer[components.host_end] == '/' &&
14664 buffer[components.host_end + 1] == '.') {
14673 } else if (buffer[components.host_end] != ':') {
14710 buffer.erase(components.host_end, 2);
14943 * | | | `----------------------- host_end
14955 uint32_t host_end;