Searched defs:child_tctx (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/tests/cmocka/
H A Dtest_child_common.c47 struct child_test_ctx *child_tctx; local
52 child_tctx = talloc(global_talloc_context, struct child_test_ctx);
53 assert_non_null(child_tctx);
55 child_tctx->test_ctx = create_ev_test_ctx(child_tctx);
56 assert_non_null(child_tctx->test_ctx);
58 ret = pipe(child_tctx->pipefd_from_child);
61 child_tctx->pipefd_from_child[0],
62 child_tctx->pipefd_from_child[1]);
64 ret = pipe(child_tctx
76 struct child_test_ctx *child_tctx = talloc_get_type(*state, local
91 struct child_test_ctx *child_tctx = talloc_get_type(*state, local
123 struct child_test_ctx *child_tctx; local
139 struct child_test_ctx *child_tctx = talloc_get_type(*state, local
152 extra_args_test(struct child_test_ctx *child_tctx, bool extra_args_only) argument
197 struct child_test_ctx *child_tctx = talloc_get_type(*state, local
206 struct child_test_ctx *child_tctx = talloc_get_type(*state, local
214 struct child_test_ctx *child_tctx = talloc_get_type(*state, local
238 struct child_test_ctx *child_tctx = talloc_get_type(*state, local
281 struct child_test_ctx *child_tctx = talloc_get_type(*state, local
325 struct child_test_ctx *child_tctx = talloc_get_type(*state, local
376 echo_child_write_send(TALLOC_CTX *mem_ctx, struct child_test_ctx *child_tctx, struct child_io_fds *io_fds, const char *input) argument
460 struct child_test_ctx *child_tctx = talloc_get_type(*state, local
[all...]

Completed in 47 milliseconds