Searched refs:tt_str_op (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_util.c298 tt_str_op(cp,==,"192.168.1.1:80");
307 tt_str_op(cp,==,"[ff00::8010]:999");
313 tt_str_op(cp,==,"<addr with socktype 99>");
389 tt_str_op(buf, ==, "50 100");
393 tt_str_op(buf, ==, "longish 1234567");
397 tt_str_op(buf, ==, "200000000000");
401 tt_str_op(buf, ==, "-200000000000");
406 tt_str_op(buf, ==, "8000 -9000");
527 tt_str_op(logmsg,==,msg); \
609 tt_str_op(bu
[all...]
H A Dtinytest_macros.h165 #define tt_str_op(a,op,b) \ macro
H A Dregress_buffer.c572 tt_str_op(data, ==, "this is what we add as read-only memory.");
1237 tt_str_op(evbuffer_pullup(buf_out1, -1), ==,
1239 tt_str_op(evbuffer_pullup(buf_out2, -1), ==,
1255 tt_str_op(evbuffer_pullup(buf, -1), ==, "This will not.");
1273 tt_str_op(evbuffer_pullup(buf_out1, -1), ==,
1275 tt_str_op(evbuffer_pullup(buf_out2, -1), ==,
1407 tt_str_op(tmp,==,"It is no longer true to say it has 29 characters");
1425 tt_str_op(tmp,==,"Here is string 1000. Here is string 999. ");
1563 tt_str_op(ptr, ==, "end");
H A Dregress_iocp.c335 tt_str_op(buf, ==, "Hello world");
H A Dregress_http.c2382 tt_str_op(s,==,(want)); \
2386 tt_str_op(s2,==,(from)); \
2396 tt_str_op(s,==,(want)); \
2405 tt_str_op(s,==,(want)); \
2430 tt_str_op(s,==,"hello%00world");
3226 tt_str_op(escaped, ==, "&lt;script&gt;");
3231 tt_str_op(escaped, ==, "&quot;&#039;&amp;");
H A Dregress.c1916 tt_str_op(backend, !=, event_base_get_method(base));
1941 tt_str_op(vstr, ==, LIBEVENT_VERSION);
2071 tt_str_op(defaultname, !=, event_base_get_method(base));
2081 tt_str_op(ignoreenvname, ==, event_base_get_method(base));
H A Dregress_bufferevent.c458 tt_str_op(buf, ==, TEST_STR);
H A Dregress_dns.c1485 tt_str_op(a_out[0].ai->ai_canonname, ==, "both-canonical.example.com");

Completed in 48 milliseconds