Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
inline 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_mediainfo
Function · 0.85
rtpproxy_offer_answer
Function · 0.85
t_reply_matching
Function · 0.85
parse_cseq
Function · 0.85
parse_first_line
Function · 0.85
extract_rtpmap
Function · 0.85
extract_custom_a_attr
Function · 0.85
extract_fmtp
Function · 0.85
extract_mediaip
Function · 0.85
extract_media_attr
Function · 0.85
parse_sdp_session
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected