MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / scanToken

Method scanToken

SIP/SIPParse.cpp:232–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 }
231
232 string scanToken()
233 {
234 skipSpace();
235 const char *bp = pp;
236 //LOG(DEBUG) "char " << *pp <<"isToken="<<SipChar::isToken(*pp);
237 while (SipChar::isToken(*pp)) { pp++; }
238 return string(bp,pp-bp);
239 }
240
241 string scanTokenOrQuotedString()
242 {

Callers 2

parseAuthenticateFunction · 0.80
viaParseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected