Lines Matching defs:str
911 o << stro.str();
958 sqlite_ps& bind(int parameter, const string& str)
961 obatched(clog) << nickname << " bind " << parameter << "=" << str << endl;
962 int rc = sqlite3_bind_text (this->pp, parameter, str.c_str(), -1, SQLITE_TRANSIENT);
1042 header_censor(const string& str)
1045 for (auto&& x : str)
1139 // quote all questionable characters of str for safe passage through a sh -c expansion.
1141 shell_escape(const string& str)
1144 for (auto&& x : str)
2512 const string& os = o.str();