Home
last modified time | relevance | path

Searched refs:tor_memmem (Results 1 – 14 of 14) sorted by relevance

/dports/security/tor/tor-0.4.6.8/src/test/fuzz/
H A Dfuzz_diff_apply.c51 const uint8_t *separator = tor_memmem(stdin_buf, data_size, SEP, SEPLEN); in fuzz_main()
H A Dfuzz_diff.c43 const uint8_t *separator = tor_memmem(stdin_buf, data_size, SEP, SEPLEN); in fuzz_main()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/fuzz/
H A Dfuzz_diff_apply.c51 const uint8_t *separator = tor_memmem(stdin_buf, data_size, SEP, SEPLEN); in fuzz_main()
H A Dfuzz_diff.c43 const uint8_t *separator = tor_memmem(stdin_buf, data_size, SEP, SEPLEN); in fuzz_main()
/dports/security/tor/tor-0.4.6.8/src/lib/string/
H A Dutil_string.h19 const void *tor_memmem(const void *haystack, size_t hlen, const void *needle,
H A Dutil_string.c29 tor_memmem(const void *_haystack, size_t hlen, in tor_memmem() function
69 return tor_memmem(haystack, hlen, needle, strlen(needle)); in tor_memstr()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/string/
H A Dutil_string.h19 const void *tor_memmem(const void *haystack, size_t hlen, const void *needle,
H A Dutil_string.c29 tor_memmem(const void *_haystack, size_t hlen, in tor_memmem() function
69 return tor_memmem(haystack, hlen, needle, strlen(needle)); in tor_memstr()
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_util.c2335 tt_ptr_op(tor_memmem(haystack, 5, "ef", 2), OP_EQ, NULL); in test_util_strmisc()
2336 tt_ptr_op(tor_memmem(haystack, 5, "cd", 2),OP_EQ, haystack + 2); in test_util_strmisc()
2337 tt_ptr_op(tor_memmem(haystack, 5, "cde", 3),OP_EQ, haystack + 2); in test_util_strmisc()
2338 tt_ptr_op(tor_memmem(haystack, 4, "cde", 3), OP_EQ, NULL); in test_util_strmisc()
2340 tt_ptr_op(tor_memmem(haystack, 7, "abc", 3),OP_EQ, haystack + 2); in test_util_strmisc()
2341 tt_ptr_op(tor_memmem(haystack, 7, "ad", 2),OP_EQ, haystack + 5); in test_util_strmisc()
2342 tt_ptr_op(tor_memmem(haystack, 7, "cad", 3),OP_EQ, haystack + 4); in test_util_strmisc()
2343 tt_ptr_op(tor_memmem(haystack, 7, "dadad", 5), OP_EQ, NULL); in test_util_strmisc()
2344 tt_ptr_op(tor_memmem(haystack, 7, "abcdefghij", 10), OP_EQ, NULL); in test_util_strmisc()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_util.c2335 tt_ptr_op(tor_memmem(haystack, 5, "ef", 2), OP_EQ, NULL); in test_util_strmisc()
2336 tt_ptr_op(tor_memmem(haystack, 5, "cd", 2),OP_EQ, haystack + 2); in test_util_strmisc()
2337 tt_ptr_op(tor_memmem(haystack, 5, "cde", 3),OP_EQ, haystack + 2); in test_util_strmisc()
2338 tt_ptr_op(tor_memmem(haystack, 4, "cde", 3), OP_EQ, NULL); in test_util_strmisc()
2340 tt_ptr_op(tor_memmem(haystack, 7, "abc", 3),OP_EQ, haystack + 2); in test_util_strmisc()
2341 tt_ptr_op(tor_memmem(haystack, 7, "ad", 2),OP_EQ, haystack + 5); in test_util_strmisc()
2342 tt_ptr_op(tor_memmem(haystack, 7, "cad", 3),OP_EQ, haystack + 4); in test_util_strmisc()
2343 tt_ptr_op(tor_memmem(haystack, 7, "dadad", 5), OP_EQ, NULL); in test_util_strmisc()
2344 tt_ptr_op(tor_memmem(haystack, 7, "abcdefghij", 10), OP_EQ, NULL); in test_util_strmisc()
/dports/security/tor-devel/tor-0.4.7.2-alpha/
H A DChangeLog22694 tor_memmem(), and eventdns.c that would cause us to construct
36855 - Fix bug with tor_memmem finding a match at the end of the string.
H A DReleaseNotes18494 tor_memmem(), and eventdns.c that would cause us to construct
/dports/security/tor/tor-0.4.6.8/
H A DChangeLog22061 tor_memmem(), and eventdns.c that would cause us to construct
36222 - Fix bug with tor_memmem finding a match at the end of the string.
H A DReleaseNotes18106 tor_memmem(), and eventdns.c that would cause us to construct