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

/sssd-io/src/responder/ssh/
H A Dssh_private.h32 struct sss_names_ctx *snctx; member in struct:ssh_ctx
/sssd-io/src/tools/
H A Dtools_util.h50 struct sss_names_ctx *snctx; member in struct:tools_ctx
/sssd-io/src/responder/ifp/
H A Difp_private.h39 struct sss_names_ctx *snctx; member in struct:ifp_ctx
/sssd-io/src/util/
H A Dinotify.c40 struct snotify_ctx *snctx; /* Pointer up to the main snotify struct */ member in struct:snotify_watch_ctx
43 * We keep the variable here and not in snctx so that we're able
152 struct snotify_ctx *snctx; local
154 snctx = talloc_get_type(ptr, struct snotify_ctx);
155 if (snctx == NULL) {
160 snctx->cb.fn(snctx->filename,
161 snctx->disp->caught_flags,
162 snctx->cb.pvt);
164 talloc_zfree(snctx
167 create_dispatcher(struct snotify_ctx *snctx) argument
198 get_dispatcher(struct snotify_ctx *snctx) argument
208 dispatch_event(struct snotify_ctx *snctx, uint32_t ev_flags) argument
231 process_dir_event(struct snotify_ctx *snctx, const struct inotify_event *in_event) argument
260 process_file_event(struct snotify_ctx *snctx, const struct inotify_event *in_event) argument
286 struct snotify_ctx *snctx; local
384 copy_filenames(struct snotify_ctx *snctx, const char *filename) argument
424 snotify_watch(struct snotify_ctx *snctx, uint32_t mask) argument
496 snotify_rewatch(struct snotify_ctx *snctx) argument
520 struct snotify_ctx *snctx; local
[all...]
H A Dusertools.c62 static int sss_names_ctx_destructor(struct sss_names_ctx *snctx) argument
64 if (snctx->re) {
65 pcre_free(snctx->re);
66 snctx->re = NULL;
307 struct sss_names_ctx *snctx,
310 pcre *re = snctx->re;
306 sss_parse_name(TALLOC_CTX *memctx, struct sss_names_ctx *snctx, const char *orig, char **_domain, char **_name) argument
/sssd-io/src/providers/files/
H A Dfiles_ops.c916 struct snotify_ctx *snctx; local
924 snctx = sf_setup_watch(fctx, ev, passwd_files[i],
926 if (snctx == NULL) {
938 snctx = sf_setup_watch(fctx, ev, group_files[i],
940 if (snctx == NULL) {
/sssd-io/src/monitor/
H A Dmonitor.c147 struct snotify_ctx *snctx; member in struct:config_file_ctx::config_file_inotify_check
1816 struct snotify_ctx *snctx; local
1824 snctx = snotify_create(file_ctx, file_ctx->mt_ctx->ev, SNOTIFY_WATCH_DIR,
1829 if (snctx == NULL) {

Completed in 21 milliseconds