Searched refs:copy_str (Results 1 – 3 of 3) sorted by relevance
147 string copy_str = str; in EscapeString() local149 while ((n = copy_str.find(victim, n)) != std::string::npos) { in EscapeString()150 copy_str.replace(n, victim.size(), encoded); in EscapeString()153 return copy_str; in EscapeString()
13 static const char *copy_str(const char *begin, const char *end) in copy_str() function40 value->u.string = copy_str(begin, end); in value_set_string2()376 expr->u.variable = copy_str(begin, end); in new_variable()
110 void copy_str (const ByteStr &str) in copy_str() function951 encoder.copy_str (opstr.str); in encode_str()