Home
last modified time | relevance | path

Searched defs:s2 (Results 1 – 3 of 3) sorted by path

/unit/src/
H A Dnxt_string.c155 nxt_strcasecmp(const u_char *s1, const u_char *s2) in nxt_strcasecmp()
181 nxt_strncasecmp(const u_char *s1, const u_char *s2, size_t length) in nxt_strncasecmp()
213 const u_char *s1, *s2; in nxt_memcasecmp() local
245 u_char c1, c2, *s2; in nxt_memstrn() local
280 u_char c1, c2, *s2; in nxt_memcasestrn() local
317 const u_char *s1, *s2; in nxt_rmemstrn() local
356 nxt_strverscmp(const u_char *s1, const u_char *s2) in nxt_strverscmp()
H A Dnxt_string.h69 #define nxt_strcmp(s1, s2) \ argument
73 #define nxt_strncmp(s1, s2, length) \ argument
125 #define nxt_strstr_eq(s1, s2) \ argument
130 #define nxt_strcasestr_eq(s1, s2) \ argument
H A Dnxt_unit.c6782 const u_char *s1, *s2; in nxt_unit_memcasecmp() local