wc 169 source3/lib/ldb/common/ldb_parse.c char *wc, *str;
wc 171 source3/lib/ldb/common/ldb_parse.c wc = talloc_strdup(mem_ctx, string);
wc 172 source3/lib/ldb/common/ldb_parse.c if (wc == NULL) return NULL;
wc 174 source3/lib/ldb/common/ldb_parse.c while (wc && *wc) {
wc 175 source3/lib/ldb/common/ldb_parse.c str = wc;
wc 176 source3/lib/ldb/common/ldb_parse.c wc = ldb_parse_find_wildcard(str);
wc 177 source3/lib/ldb/common/ldb_parse.c if (wc && *wc) {
wc 178 source3/lib/ldb/common/ldb_parse.c if (wc == str) {
wc 179 source3/lib/ldb/common/ldb_parse.c wc++;
wc 182 source3/lib/ldb/common/ldb_parse.c *wc = 0;
wc 183 source3/lib/ldb/common/ldb_parse.c wc++;
wc 289 source3/modules/onefs_notify.c get_ifs_event_path(struct onefs_notify_watch_context *wc, struct ifs_event *e,
wc 300 source3/modules/onefs_notify.c error = lin_get_path(wc->watch_lin,
wc 311 source3/modules/onefs_notify.c *path = talloc_asprintf(wc, "%s/%s",
wc 314 source3/modules/onefs_notify.c *path = talloc_asprintf(wc, "%s", e->name);
wc 322 source3/modules/onefs_notify.c error = lin_get_path(wc->watch_lin,
wc 339 source3/modules/onefs_notify.c *path = talloc_asprintf(wc, "%s", path_buf);
wc 361 source3/modules/onefs_notify.c onefs_notify_dispatch(struct onefs_notify_watch_context *wc,
wc 384 source3/modules/onefs_notify.c wc->callback(wc->ctx, wc->private_data, &ne);
wc 387 source3/modules/onefs_notify.c if (e->lin == wc->watch_lin) {
wc 398 source3/modules/onefs_notify.c if(!get_ifs_event_path(wc, e, &path)) {
wc 413 source3/modules/onefs_notify.c ne.action = onefs_notify_ifs_filter_to_smb_action(wc->smb_filter,
wc 418 source3/modules/onefs_notify.c wc->smb_filter, e->events, ne.action, ne.path));
wc 424 source3/modules/onefs_notify.c wc->callback(wc->ctx, wc->private_data, &ne);
wc 434 source3/modules/onefs_notify.c if ((wc->smb_filter & FILE_NOTIFY_CHANGE_ATTRIBUTES) &&
wc 435 source3/modules/onefs_notify.c (wc->smb_filter & FILE_NOTIFY_CHANGE_FILE_NAME) &&
wc 439 source3/modules/onefs_notify.c wc->callback(wc->ctx, wc->private_data, &ne);
wc 468 source3/modules/onefs_notify.c struct onefs_notify_watch_context *wc = NULL;
wc 474 source3/modules/onefs_notify.c wc = talloc_get_type(private_data, struct onefs_notify_watch_context);
wc 477 source3/modules/onefs_notify.c nread = sys_read(wc->ifs_event_fd, &ifs_events,
wc 495 source3/modules/onefs_notify.c onefs_notify_dispatch(wc, &ifs_events[i]);
wc 510 source3/modules/onefs_notify.c onefs_watch_destructor(struct onefs_notify_watch_context *wc)
wc 514 source3/modules/onefs_notify.c close(wc->ifs_event_fd);
wc 553 source3/modules/onefs_notify.c struct onefs_notify_watch_context *wc = NULL;
wc 626 source3/modules/onefs_notify.c wc = talloc(ctx, struct onefs_notify_watch_context);
wc 627 source3/modules/onefs_notify.c if (wc == NULL) {
wc 645 source3/modules/onefs_notify.c wc->ctx = ctx;
wc 646 source3/modules/onefs_notify.c wc->watch_fd = e->dir_fd;
wc 647 source3/modules/onefs_notify.c wc->watch_lin = sbuf.st_ino;
wc 648 source3/modules/onefs_notify.c wc->ifs_event_fd = ifs_event_fd;
wc 649 source3/modules/onefs_notify.c wc->ifs_filter = ifs_filter;
wc 650 source3/modules/onefs_notify.c wc->smb_filter = smb_filter;
wc 651 source3/modules/onefs_notify.c wc->callback = callback;
wc 652 source3/modules/onefs_notify.c wc->private_data = private_data;
wc 653 source3/modules/onefs_notify.c wc->path = talloc_strdup(wc, e->path);
wc 654 source3/modules/onefs_notify.c if (wc->path == NULL) {
wc 659 source3/modules/onefs_notify.c (*handle) = wc;
wc 662 source3/modules/onefs_notify.c talloc_set_destructor(wc, onefs_watch_destructor);
wc 665 source3/modules/onefs_notify.c event_add_fd(ctx->ev, wc, wc->ifs_event_fd, EVENT_FD_READ,
wc 666 source3/modules/onefs_notify.c onefs_notify_handler, wc);
wc 677 source3/modules/onefs_notify.c talloc_free(wc);
wc 166 source4/lib/ldb/common/ldb_parse.c char *wc, *str;
wc 168 source4/lib/ldb/common/ldb_parse.c wc = talloc_strdup(mem_ctx, string);
wc 169 source4/lib/ldb/common/ldb_parse.c if (wc == NULL) return NULL;
wc 171 source4/lib/ldb/common/ldb_parse.c while (wc && *wc) {
wc 172 source4/lib/ldb/common/ldb_parse.c str = wc;
wc 173 source4/lib/ldb/common/ldb_parse.c wc = ldb_parse_find_wildcard(str);
wc 174 source4/lib/ldb/common/ldb_parse.c if (wc && *wc) {
wc 175 source4/lib/ldb/common/ldb_parse.c if (wc == str) {
wc 176 source4/lib/ldb/common/ldb_parse.c wc++;
wc 179 source4/lib/ldb/common/ldb_parse.c *wc = 0;
wc 180 source4/lib/ldb/common/ldb_parse.c wc++;