Home
last modified time | relevance | path

Searched refs:ZOO_CREATOR_ALL_ACL (Results 1 – 5 of 5) sorted by relevance

/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-client/zookeeper-client-c/include/
H A Dzookeeper.h189 extern ZOOAPI struct ACL_vector ZOO_CREATOR_ALL_ACL;
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-contrib/zookeeper-contrib-zkperl/t/
H A D50_access.t63 my $zoo_creator_all_acl = ZOO_CREATOR_ALL_ACL;
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-client/zookeeper-client-c/tests/
H A DTestClient.cc687 rc = zoo_create(zk, "/tauth1", "", 0, &ZOO_CREATOR_ALL_ACL, 0, 0, 0); in testAuth()
752 rc = zoo_set_acl(zk, "/", -1, &ZOO_CREATOR_ALL_ACL); in testAuth()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-contrib/zookeeper-contrib-zkperl/
H A DZooKeeper.xs690 ZOO_CREATOR_ALL_ACL = 3
707 acl = ZOO_CREATOR_ALL_ACL;
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-client/zookeeper-client-c/src/
H A Dzookeeper.c201 struct ACL_vector ZOO_CREATOR_ALL_ACL = { 1, _CREATOR_ALL_ACL_ACL}; variable