Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ eat_token2_end
Function
eat_token2_end
parser/parser_f.h:65–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
64
65
inline static char* eat_token2_end(const char* p, const char* pend, char delim)
66
{
67
for (;(p<pend)&&(*p!=(delim))&&(*p!=
'\n'
)&&(*p!=
'\r'
); p++);
68
return (char *)p;
69
}
70
71
72
Callers
2
t_reply_matching
Function · 0.85
parse_first_line
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected