Home
last modified time | relevance | path

Searched refs:nxt_java_strcaseeq (Results 1 – 3 of 3) sorted by path

/unit/src/java/
H A Dnxt_jni.c119 if (nxt_java_strcaseeq(name, field_name, name_len)) { in nxt_java_findHeader()
129 nxt_java_strcaseeq(const char *str1, const char *str2, int len) in nxt_java_strcaseeq() function
H A Dnxt_jni.h25 int nxt_java_strcaseeq(const char *str1, const char *str2, int len);
H A Dnxt_jni_HeadersEnumeration.c109 if (!nxt_java_strcaseeq(nxt_unit_sptr_get(&f->name), in nxt_java_HeadersEnumeration_nextElementPos()