MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / eat_token_end

Function eat_token_end

parser/parser_f.h:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56
57inline static char* eat_token_end(const char* p, const char* pend)
58{
59 for (;(p<pend)&&(*p!=' ')&&(*p!='\t')&&(*p!='\n')&&(*p!='\r'); p++);
60 return (char *)p;
61}
62
63
64

Callers 11

extract_mediainfoFunction · 0.85
rtpproxy_offer_answerFunction · 0.85
t_reply_matchingFunction · 0.85
parse_cseqFunction · 0.85
parse_first_lineFunction · 0.85
extract_rtpmapFunction · 0.85
extract_custom_a_attrFunction · 0.85
extract_fmtpFunction · 0.85
extract_mediaipFunction · 0.85
extract_media_attrFunction · 0.85
parse_sdp_sessionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected