Searched refs:cluster_cb (Results 1 – 5 of 5) sorted by relevance
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/ntfsprogs/ |
H A D | cluster.h | 34 typedef int (cluster_cb)(ntfs_inode *ino, ATTR_RECORD *attr, runlist_element *run, void *data); typedef 36 int cluster_find(ntfs_volume *vol, LCN c_begin, LCN c_end, cluster_cb *cb, void *data);
|
H A D | ntfscluster.c | 516 result = cluster_find(vol, opts.range_begin, opts.range_end, (cluster_cb*)&print_match, NULL); in main() 524 result = cluster_find(vol, opts.range_begin, opts.range_end, (cluster_cb*)&print_match, NULL); in main() 554 result = cluster_find(vol, 0, LONG_MAX, (cluster_cb*)&find_last, &m); in main()
|
H A D | cluster.c | 44 int cluster_find(ntfs_volume *vol, LCN c_begin, LCN c_end, cluster_cb *cb, void *data) in cluster_find()
|
/dports/databases/pecl-redis/redis-5.3.5/ |
H A D | cluster_library.h | 260 typedef void (*cluster_cb)(INTERNAL_FUNCTION_PARAMETERS, redisCluster*, void*); typedef 265 cluster_cb callback;
|
H A D | redis_cluster.c | 535 clusterMultiCmd *mc, zval *z_ret, int last, cluster_cb cb) in distcmd_resp_handler() 669 zval *z_ret, cluster_cb cb) in cluster_mkey_cmd() 802 zval *z_ret, cluster_cb cb) in cluster_mset_cmd() 1105 cluster_cb cb; in PHP_METHOD() 1636 cluster_cb cb; in generic_zrange_cmd() 2273 REDIS_REPLY_TYPE reply_type, cluster_cb cb) in cluster_empty_node_cmd() 2310 cluster_flush_cmd(INTERNAL_FUNCTION_PARAMETERS, char *kw, REDIS_REPLY_TYPE reply_type, cluster_cb c… in cluster_flush_cmd() 2533 cluster_cb cb; in PHP_METHOD() 2822 cluster_cb cb; in PHP_METHOD()
|