Searched refs:child_io_fds (Results 1 - 9 of 9) sorted by relevance
/sssd-io/src/tests/cmocka/ |
H A D | test_child_common.c | 222 struct child_io_fds *io_fds, 240 struct child_io_fds *io_fds; 242 io_fds = talloc(child_tctx, struct child_io_fds); 328 struct child_io_fds *io_fds; 332 io_fds = talloc(child_tctx, struct child_io_fds); 371 struct child_io_fds *io_fds; 378 struct child_io_fds *io_fds,
|
/sssd-io/src/util/ |
H A D | child_common.h | 51 struct child_io_fds { struct
|
H A D | child_common.c | 780 struct child_io_fds *io = talloc_get_type(ptr, struct child_io_fds);
|
/sssd-io/src/providers/ad/ |
H A D | ad_machine_pw_renewal.c | 104 struct child_io_fds *io; 142 state->io = talloc(state, struct child_io_fds);
|
H A D | ad_gpo.c | 4108 struct child_io_fds *io; 4164 state->io = talloc(state, struct child_io_fds);
|
/sssd-io/src/providers/ldap/ |
H A D | sdap_child_helpers.c | 51 struct child_io_fds *io; 309 state->child->io = talloc(state, struct child_io_fds);
|
/sssd-io/src/providers/krb5/ |
H A D | krb5_child_handler.c | 55 struct child_io_fds *io; 532 state->io = talloc(state, struct child_io_fds);
|
/sssd-io/src/responder/pam/ |
H A D | pamsrv_p11.c | 530 struct child_io_fds *io; 641 state->io = talloc(state, struct child_io_fds);
|
/sssd-io/src/providers/ipa/ |
H A D | ipa_selinux.c | 565 struct child_io_fds *io; 593 state->io = talloc(state, struct child_io_fds);
|
Completed in 905 milliseconds