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

Function is_space

parser/parse_sst.c:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33static inline int/*bool*/ is_space( char c ) { return (c == ' ' || c == '\t'); }
34static inline int/*bool*/ is_num( char c ) { return (c >= '0' && c <= '9'); }
35
36static inline unsigned lower_byte( char b ) { return b | 0x20; }

Callers 2

parse_min_se_bodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected