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

Function eat_space_end

parser/parser_f.h:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34/* turn the most frequently called functions into inline functions */
35
36inline static char* eat_space_end(const char* p, const char* pend)
37{
38 for(;(p<pend)&&(*p==' ' || *p=='\t') ;p++);
39 return (char *)p;
40}
41#define SP(_c) ((_c)=='\t' || (_c)==' ')
42inline static char* eat_lws_end(const char* p, const char* pend)
43{

Callers 10

extract_mediainfoFunction · 0.85
is_empty_endFunction · 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