Home
last modified time | relevance | path

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

/dports/security/acme.sh/acme.sh-3.0.1/deploy/
H A Ddocker.sh163 _dcid="$1"
166 docker exec -i "$_dcid" sh -c "$*"
175 …cjson="$(_curl_unix_sock "$_DOCKER_SOCK" POST "/containers/$_dcid/exec" "{\"Cmd\": [\"sh\", \"-c\"…
199 if ! _docker_exec "$_dcid" mkdir -p "$_dir"; then
205 _docker_exec "$_dcid" tee "$_to" <"$_from"
207 _docker_exec "$_dcid" tee "$_to" <"$_from" >/dev/null
228 … "$_from" 2>/dev/null | _curl_unix_sock "$_DOCKER_SOCK" PUT "/containers/$_dcid/archive?noOverwrit…
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/quic/
H A DQUICPacket.cc345 return this->_dcid; in destination_cid()
382 buf[len] = this->_dcid.length(); in _write_common_header()
446 return this->_dcid; in destination_cid()
593 return this->_dcid; in destination_cid()
741 return this->_dcid; in destination_cid()
1023 this->_dcid = {raw_buf + offset, dcil}; in QUICVersionNegotiationPacketR()
1054 return this->_dcid; in destination_cid()
1215 this->_dcid = {raw_buf + offset, dcil}; in QUICInitialPacketR()
1441 this->_dcid = {raw_buf + offset, dcil}; in QUICZeroRttPacketR()
1621 this->_dcid = {raw_buf + offset, dcil}; in QUICHandshakePacketR()
[all …]
H A DQUICPacket.h189 QUICConnectionId _dcid; variable
220 QUICConnectionId _dcid; variable
244 QUICConnectionId _dcid;
278 QUICConnectionId _dcid; variable
361 QUICConnectionId _dcid;