Lines Matching defs:end
85 const char* end = ptr + len;
90 while (ptr < end) {
92 for (i = 0; i < 16 && ptr < end; i++) {
98 for (i = 0; i < 16 && cptr < end; i++) {
173 // we did not somehow end up with null characters within the string.
190 std::copy(host.begin() + 1, host.end() - 1, ipv6_str);
276 frame.insert(frame.end(), extended_payload_length,
280 frame.insert(frame.end(), message.begin(), message.end());
338 if ((buffer.end() - it) < extended_payload_length_size)
362 output->insert(output->end(),
506 reply.insert(reply.end(), accept_string,
508 reply.insert(reply.end(), accept_ws_suffix,
773 buffer.insert(buffer.end(), buf->base, buf->base + read);