Home
last modified time | relevance | path

Searched refs:_zone_list (Results 1 – 3 of 3) sorted by relevance

/dports/security/acme.sh/acme.sh-3.0.1/dnsapi/
H A Ddns_openstack.sh131 _zone_list=$2
134 echo "$_zone_list" | while read -r id name; do
143 if ! _zone_list="$(openstack zone list -c id -c name -f value)"; then
147 _debug _zone_list "$_zone_list"
149 if ! _zone_id="$(_dns_openstack_get_root "$fulldomain" "$_zone_list")"; then
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/conc/
H A DCellPool.hpp56 _m_ptr->_zone_list [zone_index] = nullptr; in CellPool()
90 AtomicPtr <CellType> & zone_ptr_ref = _m_ptr->_zone_list [zone_index]; in clear_all()
115 AtomicPtr <CellType> & zone_ptr_ref = _m_ptr->_zone_list [zone_index]; in expand_to()
H A DCellPool.h97 ZoneList _zone_list; variable