Home
last modified time | relevance | path

Searched refs:w_ht_get (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/watchman/watchman-4.5.0/cmds/
H A Dreg.c78 def = w_ht_val_ptr(w_ht_get(command_funcs, w_ht_ptr_val(cmd))); in lookup()
168 res = w_ht_get(capabilities, w_ht_ptr_val(namestr)); in w_capability_supported()
H A Dstate.c109 } else if (w_ht_get(root->asserted_states, w_ht_ptr_val(parsed.name))) { in cmd_state_enter()
300 w_ht_val_ptr(w_ht_get(root->asserted_states, in cmd_state_leave()
313 if (w_ht_val_ptr(w_ht_get(client->states, assertion->id)) != assertion) { in cmd_state_leave()
H A Dtrigger.c355 old = w_ht_val_ptr(w_ht_get(root->commands, in cmd_trigger()
/dports/sysutils/watchman/watchman-4.5.0/
H A Dpending.c111 p = w_ht_val_ptr(w_ht_get(coll->pending_uniq, w_ht_ptr_val(path))); in w_pending_coll_add()
163 target_p = w_ht_val_ptr(w_ht_get(target->pending_uniq, in w_pending_coll_append()
H A Droot.c190 if (w_ht_get(root->ignore_dirs, w_ht_ptr_val(fullname))) { in apply_ignore_vcs_configuration()
556 sufhead = w_ht_val_ptr(w_ht_get(root->suffixes, w_ht_ptr_val(suffix))); in remove_from_suffix_list()
612 file = w_ht_val_ptr(w_ht_get(dir->files, w_ht_ptr_val(file_name))); in w_root_resolve_file()
745 if (w_ht_get(root->ignore_dirs, w_ht_ptr_val(full_path))) { in stat_path()
764 file = w_ht_val_ptr(w_ht_get(dir->files, w_ht_ptr_val(file_name))); in stat_path()
865 if (!w_ht_get(root->ignore_vcs, w_ht_ptr_val(dir_name)) || in stat_path()
939 cookie = w_ht_val_ptr(w_ht_get(root->query_cookies, in w_root_process_path()
1156 file = w_ht_val_ptr(w_ht_get(dir->files, w_ht_ptr_val(name))); in crawler()
1221 file = w_ht_val_ptr(w_ht_get(dir->files, w_ht_ptr_val(file_name))); in vcs_file_exists()
1286 if (!w_ht_get(root->asserted_states, policy_iter.key)) { in process_subscriptions()
[all …]
H A Dwatchman_hash.h97 w_ht_val_t w_ht_get(w_ht_t *ht, w_ht_val_t key);
H A Dht.c213 w_ht_val_t w_ht_get(w_ht_t *ht, w_ht_val_t key) in w_ht_get() function
H A Dspawn.c22 return w_ht_val_ptr(w_ht_get(running_kids, pid)); in lookup_running_pid()
/dports/sysutils/watchman/watchman-4.5.0/query/
H A Deval.c174 f = w_ht_val_ptr(w_ht_get(root->suffixes, in suffix_generator()
289 f = w_ht_val_ptr(w_ht_get(dir->files, w_ht_ptr_val(file_name))); in path_generator()
308 dir = w_ht_val_ptr(w_ht_get(dir->dirs, w_ht_ptr_val(full_name))); in path_generator()
H A Dparse.c54 parser = w_ht_val_ptr(w_ht_get(term_hash, w_ht_ptr_val(name))); in w_query_expr_parse()
/dports/sysutils/watchman/watchman-4.5.0/watcher/
H A Dinotify.c277 dir_name = w_ht_val_ptr(w_ht_get(state->wd_to_name, ine->wd)); in process_inotify_event()
322 old = w_ht_val_ptr(w_ht_get(state->move_map, ine->cookie)); in process_inotify_event()
H A Dportfs.c146 if (w_ht_get(state->port_files, w_ht_ptr_val(name))) { in do_watch()
H A Dkqueue.c283 path = w_ht_val_ptr(w_ht_get(state->fd_to_name, fd)); in kqueue_root_consume_notify()