MCPcopy 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
73inline 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_lineFunction · 0.85

Calls 1

eat_space_endFunction · 0.85

Tested by

no test coverage detected