• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/

Lines Matching refs:tt_int_op

261 			tt_int_op(r, ==, 1);
272 tt_int_op(evbuffer_commit_space(evb, v, 1), ==, 0);
336 tt_int_op(n, ==, 1);
337 tt_int_op(evbuffer_get_length(buf), ==, 0);
339 tt_int_op(v[0].iov_len, >=, 1024);
345 tt_int_op(0, ==, evbuffer_commit_space(buf, v, 1));
346 tt_int_op(evbuffer_get_length(buf), ==, 512);
352 tt_int_op(n, ==, 1);
354 tt_int_op(remaining, ==, v[0].iov_len);
357 tt_int_op(0, ==, evbuffer_commit_space(buf, v, 1));
358 tt_int_op(evbuffer_get_length(buf), ==, 520);
365 tt_int_op(n, ==, 2);
367 tt_int_op(remaining, ==, v[0].iov_len);
373 tt_int_op(0, ==, evbuffer_commit_space(buf, v, 1));
374 tt_int_op(evbuffer_get_length(buf), ==, 521);
382 tt_int_op(n, ==, 2);
384 tt_int_op(remaining, ==, v[0].iov_len);
391 tt_int_op(0, ==, evbuffer_commit_space(buf, v, 2));
392 tt_int_op(evbuffer_get_length(buf), ==, 981);
398 tt_int_op(n, ==, 2);
399 tt_int_op(v[0].iov_len, ==, 921);
400 tt_int_op(v[1].iov_len, ==, 60);
404 tt_int_op(cp[i], ==, 'X');
406 tt_int_op(cp[i], ==, 'Y');
408 tt_int_op(cp[i], ==, 'Z');
410 tt_int_op(cp[i], ==, 'W');
414 tt_int_op(cp[i], ==, 'x');
436 tt_int_op(n, ==, 1);
444 tt_int_op(n, ==, 0);
448 tt_int_op(n, ==, 0);
450 tt_int_op(n, ==, 1);
459 tt_int_op(n, ==, 2);
461 tt_int_op(sz, >=, v[0].iov_len+128);
473 tt_int_op(n, ==, 3);
483 tt_int_op(n, ==, 2);
486 tt_int_op(n, ==, 1);
505 tt_int_op(evbuffer_expand(buf, 20000), ==, 0);
521 tt_int_op(evbuffer_expand(buf, 1024), ==, 0);
573 tt_int_op(len, ==, strlen(data));
612 tt_int_op(reference_cb_called, ==, 1);
685 tt_int_op(r, !=, -1);
686 tt_int_op(n_written, ==, datalen);
689 tt_int_op(evbuffer_read(src, pair[1], (int)strlen(data)), ==, datalen);
942 tt_int_op(ptr1.pos, ==, 8);
943 tt_int_op(eol_len, ==, 2);
947 tt_int_op(ptr2.pos, ==, 8);
948 tt_int_op(eol_len, ==, 2);
953 tt_int_op(ptr2.pos, ==, 9);
954 tt_int_op(eol_len, ==, 1);
958 tt_int_op(ptr2.pos, ==, 10);
959 tt_int_op(eol_len, ==, 2);
963 tt_int_op(ptr1.pos, ==, 9);
964 tt_int_op(eol_len, ==, 1);
968 tt_int_op(ptr2.pos, ==, 9);
969 tt_int_op(eol_len, ==, 1);
974 tt_int_op(ptr2.pos, ==, 11);
975 tt_int_op(eol_len, ==, 1);
1099 tt_int_op(evbuffer_get_length(buf), ==, 12000);
1142 tt_int_op(pos.pos, ==, 11);
1144 tt_int_op(pos.pos, ==, -1);
1148 tt_int_op(pos.pos, ==, 7);
1150 tt_int_op(pos.pos, ==, 8);
1152 tt_int_op(pos.pos, ==, -1);
1156 tt_int_op(pos.pos, ==, 5);
1160 tt_int_op(pos.pos, ==, 10);
1166 tt_int_op(pos.pos, ==, 5);
1168 tt_int_op(pos.pos, ==, 5);
1170 tt_int_op(pos.pos, ==, -1);
1172 tt_int_op(pos.pos, ==, -1);
1317 tt_int_op(evbuffer_get_length(buf1), ==, len1+len2+2);
1320 tt_int_op(evbuffer_remove(buf1, tmp, 6), ==, 6);
1321 tt_int_op(memcmp(tmp, "If you", 6), ==, 0);
1322 tt_int_op(evbuffer_remove(buf1, tmp, 5), ==, 5);
1323 tt_int_op(memcmp(tmp, " have", 5), ==, 0);
1326 tt_int_op(evbuffer_prepend(buf1, "I have ", 7), ==, 0);
1327 tt_int_op(memcmp(chunk1, "If you", 6), ==, 0);
1333 tt_int_op(ref_done_cb_called_count, ==, 0);
1335 tt_int_op(tmp[0], ==, 'm');
1339 tt_int_op(ref_done_cb_called_count, ==, 1);
1346 tt_int_op(ref_done_cb_called_count, ==, 1);
1350 tt_int_op(ref_done_cb_called_count, ==, 1);
1352 tt_int_op(memcmp("I ought to write", tmp, 16), ==, 0);
1354 tt_int_op(ref_done_cb_called_count, ==, 2);
1366 tt_int_op(ref_done_cb_called_count, ==, 3);
1444 tt_int_op((v)->iov_len, ==, strlen(s)); \
1457 tt_int_op(i, ==, 16);
1461 tt_int_op(i, ==, 16); /* we used only 16 chunks. */
1470 tt_int_op(i, ==, 1);
1477 tt_int_op(i, ==, 2);
1485 tt_int_op(i, ==, 5);
1491 tt_int_op(i, ==, 3);
1498 tt_int_op(i, ==, 16); /* we used only 16 chunks. */
1508 tt_int_op(i, ==, 0);
1512 tt_int_op(i, ==, 0);
1519 tt_int_op(i, ==, 3);
1528 tt_int_op(i, ==, 2);
1575 tt_int_op((a), ==, (startcase)); \
1577 tt_int_op((a), ==, (endcase)); \
1602 tt_int_op(orig_length, ==, evbuffer_get_length(buf));
1620 tt_int_op(orig_length, ==, evbuffer_get_length(buf));