Home
last modified time | relevance | path

Searched refs:listBytes (Results 1 – 15 of 15) sorted by relevance

/dports/security/xray-core/Xray-core-1.5.0/infra/conf/
H A Ddns_test.go45 listBytes, err := proto.Marshal(list)
47 common.Must2(geositeFile.Write(listBytes))
/dports/net/v2ray/v2ray-core-4.36.2/infra/conf/
H A Ddns_test.go45 listBytes, err := proto.Marshal(list)
47 common.Must2(geositeFile.Write(listBytes))
/dports/games/bzflag-server/bzflag-2.4.22/src/scene/
H A DOctree.cxx350 const int listBytes = _listSize * sizeof(SceneNode*); in OctreeNode() local
351 list = (SceneNode**)malloc(listBytes); in OctreeNode()
352 memcpy(list, _list, listBytes); in OctreeNode()
/dports/games/bzflag/bzflag-2.4.22/src/scene/
H A DOctree.cxx350 const int listBytes = _listSize * sizeof(SceneNode*); in OctreeNode() local
351 list = (SceneNode**)malloc(listBytes); in OctreeNode()
352 memcpy(list, _list, listBytes); in OctreeNode()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/swarmkit/vendor/github.com/google/certificate-transparency/go/
H A Dserialization.go97 listBytes, err := readVarBytes(r, totalLenBytes)
102 listReader := bytes.NewReader(listBytes)
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency/go/
H A Dserialization.go100 listBytes, err := readVarBytes(r, totalLenBytes)
105 listReader := bytes.NewReader(listBytes)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency/go/
H A Dserialization.go100 listBytes, err := readVarBytes(r, totalLenBytes)
105 listReader := bytes.NewReader(listBytes)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency/go/
H A Dserialization.go100 listBytes, err := readVarBytes(r, totalLenBytes)
105 listReader := bytes.NewReader(listBytes)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency/go/
H A Dserialization.go100 listBytes, err := readVarBytes(r, totalLenBytes)
105 listReader := bytes.NewReader(listBytes)
/dports/games/bzflag-server/bzflag-2.4.22/src/game/
H A DCollisionManager.cxx605 const int listBytes = _list->count * sizeof (Obstacle*); in ColDetNode() local
606 fullList.list = (Obstacle**) malloc (listBytes); in ColDetNode()
/dports/games/bzflag/bzflag-2.4.22/src/game/
H A DCollisionManager.cxx605 const int listBytes = _list->count * sizeof (Obstacle*); in ColDetNode() local
606 fullList.list = (Obstacle**) malloc (listBytes); in ColDetNode()
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/apply/
H A Dapply_test.go1347 listBytes, err := runtime.Encode(codec, list)
1351 bodyRCList := ioutil.NopCloser(bytes.NewReader(listBytes))
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/cmd/apply/
H A Dapply_test.go1320 listBytes, err := runtime.Encode(codec, list)
1324 bodyRCList := ioutil.NopCloser(bytes.NewReader(listBytes))
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/cmd/apply/
H A Dapply_test.go1320 listBytes, err := runtime.Encode(codec, list)
1324 bodyRCList := ioutil.NopCloser(bytes.NewReader(listBytes))
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dsign.c1570 static void listBytes(RAnal *a, RSignItem *it, PJ *pj, int format) { in listBytes() function
1963 listBytes (a, it, ctx->pj, ctx->format); in listCB()