Home
last modified time | relevance | path

Searched refs:string_is_utf8_no_bom (Results 1 – 8 of 8) sorted by relevance

/dports/security/tor/tor-0.4.6.8/src/lib/string/
H A Dutil_string.h59 int string_is_utf8_no_bom(const char *str, size_t len);
H A Dutil_string.c557 string_is_utf8_no_bom(const char *str, size_t len) in string_is_utf8_no_bom() function
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/string/
H A Dutil_string.h59 int string_is_utf8_no_bom(const char *str, size_t len);
H A Dutil_string.c557 string_is_utf8_no_bom(const char *str, size_t len) in string_is_utf8_no_bom() function
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/dirauth/
H A Dprocess_descs.c673 if (!string_is_utf8_no_bom(desc, desclen)) { in dirserv_add_multiple_descriptors()
/dports/security/tor/tor-0.4.6.8/src/feature/dirauth/
H A Dprocess_descs.c663 if (!string_is_utf8_no_bom(desc, desclen)) { in dirserv_add_multiple_descriptors()
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_util.c4276 tt_int_op(0, OP_EQ, string_is_utf8_no_bom("\uFEFF", 3)); in test_util_string_is_utf8()
4277 tt_int_op(0, OP_EQ, string_is_utf8_no_bom("\uFFFE", 3)); in test_util_string_is_utf8()
4278 tt_int_op(0, OP_EQ, string_is_utf8_no_bom("\uFEFFlove", 7)); in test_util_string_is_utf8()
4279 tt_int_op(1, OP_EQ, string_is_utf8_no_bom("loveandrespect", in test_util_string_is_utf8()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_util.c4276 tt_int_op(0, OP_EQ, string_is_utf8_no_bom("\uFEFF", 3)); in test_util_string_is_utf8()
4277 tt_int_op(0, OP_EQ, string_is_utf8_no_bom("\uFFFE", 3)); in test_util_string_is_utf8()
4278 tt_int_op(0, OP_EQ, string_is_utf8_no_bom("\uFEFFlove", 7)); in test_util_string_is_utf8()
4279 tt_int_op(1, OP_EQ, string_is_utf8_no_bom("loveandrespect", in test_util_string_is_utf8()