Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ is_empty_end
Function
is_empty_end
parser/parser_f.h:73–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
72
73
inline static int is_empty_end(const char* p, const char* pend )
74
{
75
p=eat_space_end(p, pend );
76
return ((p<(pend )) && (*p==
'\r'
|| *p==
'\n'
));
77
}
78
79
80
/*
Callers
1
parse_first_line
Function · 0.85
Calls
1
eat_space_end
Function · 0.85
Tested by
no test coverage detected