Home | History | Annotate | Download | only in net

Lines Matching full:string_ptr

713     const char* string_ptr =
716 memchr(string_ptr, '\0', input.GetLength()));
717 if (first_null_pos == string_ptr + input.GetLength() - 1) {
718 SetStringValue(string_ptr);
721 << (input.GetLength() - 1) - (first_null_pos - string_ptr)
723 SetStringValue(string_ptr);
726 SetStringValue(string(string_ptr, input.GetLength()));