torture_assert    391 third_party/talloc/testsuite.c 	torture_assert("misc", !p1, "failed: large talloc allowed\n");
torture_assert    406 third_party/talloc/testsuite.c 	torture_assert("misc", talloc_unlink(root, p2) == -1,
torture_assert    408 third_party/talloc/testsuite.c 	torture_assert("misc", talloc_unlink(p1, p2) == 0,
torture_assert    426 third_party/talloc/testsuite.c 	torture_assert("misc", talloc_free(NULL) == -1, 
torture_assert    430 third_party/talloc/testsuite.c 	torture_assert("misc", talloc_free(p1) == -1, 
torture_assert    438 third_party/talloc/testsuite.c 	torture_assert("misc", p2[19] == 0, "Failed to give zero memory\n");
torture_assert    441 third_party/talloc/testsuite.c 	torture_assert("misc", talloc_strdup(root, NULL) == NULL,
torture_assert    445 third_party/talloc/testsuite.c 	torture_assert("misc", strcmp("fo", p2) == 0, 
torture_assert    448 third_party/talloc/testsuite.c 	torture_assert("misc", strcmp("food", p2) == 0, 
torture_assert    454 third_party/talloc/testsuite.c 	torture_assert("misc", strcmp("hello world", p2) == 0,
torture_assert    461 third_party/talloc/testsuite.c 	torture_assert("misc", !d, "failed: integer overflow not detected\n");
torture_assert    464 third_party/talloc/testsuite.c 	torture_assert("misc", !d, "failed: integer overflow not detected\n");
torture_assert    509 third_party/talloc/testsuite.c 	torture_assert("misc", talloc_unlink(root, NULL) == -1,
torture_assert    564 third_party/talloc/testsuite.c 	torture_assert("realloc", talloc_realloc_size(NULL, p2, 5) == NULL,
torture_assert    574 third_party/talloc/testsuite.c 	torture_assert("realloc", talloc_realloc_size(NULL, p1, 0x7fffffff) == NULL,
torture_assert    658 third_party/talloc/testsuite.c 	torture_assert("type", talloc_get_type(el1, struct el1) == el1,
torture_assert    660 third_party/talloc/testsuite.c 	torture_assert("type", talloc_get_type(el1, struct el2) == NULL,
torture_assert    663 third_party/talloc/testsuite.c 	torture_assert("type", talloc_get_type(el1, struct el2) == (struct el2 *)el1,
torture_assert    690 third_party/talloc/testsuite.c 	torture_assert("steal", talloc_steal(p1, NULL) == NULL,
torture_assert    693 third_party/talloc/testsuite.c 	torture_assert("steal", talloc_steal(p1, p1) == p1,
torture_assert    747 third_party/talloc/testsuite.c 	torture_assert("move", t1->p == NULL && t1->x == NULL &&
torture_assert    940 third_party/talloc/testsuite.c 	torture_assert("loop", loop_destructor_count == 1,