Home | History | Annotate | Download | only in base

Lines Matching refs:colon_pos

497   size_t colon_pos = username_attr_str.find(":");
501 *remote_protocol_type = (colon_pos != std::string::npos) ?
507 if (colon_pos != std::string::npos) { // RFRAG:LFRAG
508 *local_ufrag = username_attr_str.substr(0, colon_pos);
510 colon_pos + 1, username_attr_str.size());