Home | History | Annotate | Download | only in src

Lines Matching refs:cur

1306     const ReplaceCase& cur = replace_cases[i];
1307 int base_len = static_cast<int>(strlen(cur.base));
1309 url_parse::ParseStandardURL(cur.base, base_len, &parsed);
1316 SetupReplComp(&R::SetScheme, &R::ClearRef, &r, cur.scheme);
1317 SetupReplComp(&R::SetUsername, &R::ClearUsername, &r, cur.username);
1318 SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password);
1319 SetupReplComp(&R::SetHost, &R::ClearHost, &r, cur.host);
1320 SetupReplComp(&R::SetPort, &R::ClearPort, &r, cur.port);
1321 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path);
1322 SetupReplComp(&R::SetQuery, &R::ClearQuery, &r, cur.query);
1323 SetupReplComp(&R::SetRef, &R::ClearRef, &r, cur.ref);
1382 const ReplaceCase& cur = replace_cases[i];
1383 int base_len = static_cast<int>(strlen(cur.base));
1385 url_parse::ParseFileURL(cur.base, base_len, &parsed);
1389 SetupReplComp(&R::SetScheme, &R::ClearRef, &r, cur.scheme);
1390 SetupReplComp(&R::SetUsername, &R::ClearUsername, &r, cur.username);
1391 SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password);
1392 SetupReplComp(&R::SetHost, &R::ClearHost, &r, cur.host);
1393 SetupReplComp(&R::SetPort, &R::ClearPort, &r, cur.port);
1394 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path);
1395 SetupReplComp(&R::SetQuery, &R::ClearQuery, &r, cur.query);
1396 SetupReplComp(&R::SetRef, &R::ClearRef, &r, cur.ref);
1401 url_canon::ReplaceFileURL(cur.base, parsed,
1422 const ReplaceCase& cur = replace_cases[i];
1423 int base_len = static_cast<int>(strlen(cur.base));
1425 url_parse::ParsePathURL(cur.base, base_len, &parsed);
1429 SetupReplComp(&R::SetScheme, &R::ClearRef, &r, cur.scheme);
1430 SetupReplComp(&R::SetUsername, &R::ClearUsername, &r, cur.username);
1431 SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password);
1432 SetupReplComp(&R::SetHost, &R::ClearHost, &r, cur.host);
1433 SetupReplComp(&R::SetPort, &R::ClearPort, &r, cur.port);
1434 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path);
1435 SetupReplComp(&R::SetQuery, &R::ClearQuery, &r, cur.query);
1436 SetupReplComp(&R::SetRef, &R::ClearRef, &r, cur.ref);
1441 url_canon::ReplacePathURL(cur.base, parsed,
1474 const ReplaceCase& cur = replace_cases[i];
1475 int base_len = static_cast<int>(strlen(cur.base));
1477 url_parse::ParseMailtoURL(cur.base, base_len, &parsed);
1481 SetupReplComp(&R::SetScheme, &R::ClearRef, &r, cur.scheme);
1482 SetupReplComp(&R::SetUsername, &R::ClearUsername, &r, cur.username);
1483 SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password);
1484 SetupReplComp(&R::SetHost, &R::ClearHost, &r, cur.host);
1485 SetupReplComp(&R::SetPort, &R::ClearPort, &r, cur.port);
1486 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path);
1487 SetupReplComp(&R::SetQuery, &R::ClearQuery, &r, cur.query);
1488 SetupReplComp(&R::SetRef, &R::ClearRef, &r, cur.ref);
1493 url_canon::ReplaceMailtoURL(cur.base, parsed,