Lines Matching refs:suffix
2110 const string& suffix /* unsafe */,
2130 if (suffix.size () < 2)
2131 throw reportable_exception ("invalid section suffix");
2134 section = suffix.substr(1);
2137 if (atype_code == "S" && suffix == "")
2138 throw reportable_exception("invalid source suffix");
2148 << " suffix=" << suffix << endl;
2185 pp->bind(2, suffix);
2186 pp->bind(3, canon_pathname(suffix));
2320 0, suffix.c_str(), NULL);
2589 string artifacttype, suffix;
2632 suffix = "";
2637 suffix = url_copy.substr(slash3); // include the slash in the suffix
2642 r = handle_buildid(connection, buildid, artifacttype, suffix, &fd);