Home | History | Annotate | Download | only in server

Lines Matching refs:found

206   size_t found = args.find(kPeerId);
207 if (found == std::string::npos)
210 int id = atoi(&args[found + ARRAYSIZE(kPeerId) - 1]);
233 size_t found;
236 found = path.find(kTargetPeerIdParam, args);
237 if (found == std::string::npos)
239 if (found == (args + 1) || path[found - 1] == '&') {
240 found += ARRAYSIZE(kTargetPeerIdParam) - 1;
243 args = found + ARRAYSIZE(kTargetPeerIdParam) - 1;
245 int id = atoi(&path[found]);