Lines Matching defs:owner
1437 static void assert_destructor(TALLOC_CTX *owner,
1445 if (owner == NULL) {
1452 talloc_free(owner);
1467 TALLOC_CTX *owner = NULL;
1470 owner = talloc_new(test_ctx);
1471 assert_non_null(owner);
1474 fd = sss_unique_file(owner, test_ctx->filename, &ret);
1483 assert_destructor(owner, test_ctx);
1516 TALLOC_CTX *owner = NULL;
1522 owner = talloc_new(test_ctx);
1523 assert_non_null(owner);
1526 ret = sss_unique_filename(owner, test_ctx->filename);
1540 assert_destructor(owner, test_ctx);