Home
last modified time | relevance | path

Searched defs:httpRange (Results 1 – 25 of 41) sorted by relevance

12

/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/vendor/github.com/Azure/azure-storage-blob-go/azblob/
H A Dzc_util_validate.go13 type httpRange struct { struct
14 offset int64
15 count int64
18 func (r httpRange) pointers() *string {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/Azure/azure-storage-blob-go/azblob/
H A Dzc_util_validate.go13 type httpRange struct { struct
14 offset int64
15 count int64
18 func (r httpRange) pointers() *string {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/Azure/azure-storage-blob-go/azblob/
H A Dzc_util_validate.go13 type httpRange struct { struct
14 offset int64
15 count int64
18 func (r httpRange) pointers() *string {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/Azure/azure-storage-blob-go/azblob/
H A Dzc_util_validate.go13 type httpRange struct { struct
14 offset int64
15 count int64
18 func (r httpRange) pointers() *string {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/Azure/azure-storage-blob-go/azblob/
H A Dzc_util_validate.go13 type httpRange struct { struct
14 offset int64
15 count int64
18 func (r httpRange) pointers() *string {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/Azure/azure-storage-blob-go/azure-storage-blob-go-6df5d9af221d/azblob/
H A Dzc_uuid.go13 reservedMicrosoft byte = 0x20
14 reservedFuture byte = 0x00
17 // A UUID representation compliant with specification in RFC 4122 document.
20 // NewUUID returns a new uuid using RFC 4122 algorithm.
/dports/net/rclone/rclone-1.57.0/vendor/github.com/Azure/azure-storage-blob-go/azblob/
H A Dzc_util_validate.go13 type httpRange struct { struct
14 offset int64
15 count int64
18 func (r httpRange) pointers() *string {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/Azure/azure-storage-blob-go/azblob/
H A Dzc_util_validate.go13 type httpRange struct { struct
14 offset int64
15 count int64
18 func (r httpRange) pointers() *string {
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/Azure/azure-storage-blob-go/azblob/
H A Dzc_util_validate.go13 type httpRange struct { struct
14 offset int64
15 count int64
18 func (r httpRange) pointers() *string {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/Azure/azure-storage-blob-go/azblob/
H A Dzc_util_validate.go13 type httpRange struct { struct
14 offset int64
15 count int64
18 func (r httpRange) pointers() *string {
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/Azure/azure-storage-blob-go/azblob/
H A Dzc_util_validate.go13 type httpRange struct { struct
14 offset int64
15 count int64
18 func (r httpRange) pointers() *string {
/dports/www/tusd/tusd-1.8.0/vendor/github.com/Azure/azure-storage-blob-go/azblob/
H A Dzc_util_validate.go13 type httpRange struct { struct
14 offset int64
15 count int64
18 func (r httpRange) pointers() *string {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/Azure/azure-storage-blob-go/azblob/
H A Dzc_util_validate.go13 type httpRange struct { struct
14 offset int64
15 count int64
18 func (r httpRange) pointers() *string {
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-storage-blob-go/azblob/
H A Dzc_util_validate.go13 type httpRange struct { struct
14 offset int64
15 count int64
18 func (r httpRange) pointers() *string {
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/common/ranger/httpranger/
H A Dcontent.go429 type httpRange struct { struct
430 start, length int64
433 func (r httpRange) contentRange(size int64) string {
437 func (r httpRange) mimeHeader(contentType string, size int64) (rv textproto.MIMEHeader) {
525 func rangesMIMESize(ranges []httpRange, contentType string, contentSize int64) (encSize int64) {
543 func sumRangesSize(ranges []httpRange) (size int64) {
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/net/http/
H A Dfs.go425 type httpRange struct { struct
426 start, length int64
429 func (r httpRange) contentRange(size int64) string {
433 func (r httpRange) mimeHeader(contentType string, size int64) textproto.MIMEHeader {
508 func rangesMIMESize(ranges []httpRange, contentType string, contentSize int64) (encSize int64) {
520 func sumRangesSize(ranges []httpRange) (size int64) {
/dports/lang/gcc48/gcc-4.8.5/libgo/go/net/http/
H A Dfs.go425 type httpRange struct { struct
426 start, length int64
429 func (r httpRange) contentRange(size int64) string {
433 func (r httpRange) mimeHeader(contentType string, size int64) textproto.MIMEHeader {
508 func rangesMIMESize(ranges []httpRange, contentType string, contentSize int64) (encSize int64) {
520 func sumRangesSize(ranges []httpRange) (size int64) {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/net/http/
H A Dfs.go443 type httpRange struct { struct
444 start, length int64
447 func (r httpRange) contentRange(size int64) string {
451 func (r httpRange) mimeHeader(contentType string, size int64) textproto.MIMEHeader {
526 func rangesMIMESize(ranges []httpRange, contentType string, contentSize int64) (encSize int64) {
538 func sumRangesSize(ranges []httpRange) (size int64) {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/net/http/
H A Dfs.go487 type httpRange struct { struct
488 start, length int64
491 func (r httpRange) contentRange(size int64) string {
495 func (r httpRange) mimeHeader(contentType string, size int64) textproto.MIMEHeader {
570 func rangesMIMESize(ranges []httpRange, contentType string, contentSize int64) (encSize int64) {
582 func sumRangesSize(ranges []httpRange) (size int64) {
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/net/http/
H A Dfs.go521 type httpRange struct { struct
522 start, length int64
525 func (r httpRange) contentRange(size int64) string {
529 func (r httpRange) mimeHeader(contentType string, size int64) textproto.MIMEHeader {
604 func rangesMIMESize(ranges []httpRange, contentType string, contentSize int64) (encSize int64) {
616 func sumRangesSize(ranges []httpRange) (size int64) {
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/net/http/
H A Dfs.go521 type httpRange struct { struct
522 start, length int64
525 func (r httpRange) contentRange(size int64) string {
529 func (r httpRange) mimeHeader(contentType string, size int64) textproto.MIMEHeader {
604 func rangesMIMESize(ranges []httpRange, contentType string, contentSize int64) (encSize int64) {
616 func sumRangesSize(ranges []httpRange) (size int64) {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/net/http/
H A Dfs.go719 type httpRange struct { struct
720 start, length int64
723 func (r httpRange) contentRange(size int64) string {
727 func (r httpRange) mimeHeader(contentType string, size int64) textproto.MIMEHeader {
814 func rangesMIMESize(ranges []httpRange, contentType string, contentSize int64) (encSize int64) {
826 func sumRangesSize(ranges []httpRange) (size int64) {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/net/http/
H A Dfs.go723 type httpRange struct { struct
724 start, length int64
727 func (r httpRange) contentRange(size int64) string {
731 func (r httpRange) mimeHeader(contentType string, size int64) textproto.MIMEHeader {
818 func rangesMIMESize(ranges []httpRange, contentType string, contentSize int64) (encSize int64) {
830 func sumRangesSize(ranges []httpRange) (size int64) {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/net/http/
H A Dfs.go732 type httpRange struct { struct
733 start, length int64
736 func (r httpRange) contentRange(size int64) string {
740 func (r httpRange) mimeHeader(contentType string, size int64) textproto.MIMEHeader {
827 func rangesMIMESize(ranges []httpRange, contentType string, contentSize int64) (encSize int64) {
839 func sumRangesSize(ranges []httpRange) (size int64) {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/net/http/
H A Dfs.go719 type httpRange struct { struct
720 start, length int64
723 func (r httpRange) contentRange(size int64) string {
727 func (r httpRange) mimeHeader(contentType string, size int64) textproto.MIMEHeader {
814 func rangesMIMESize(ranges []httpRange, contentType string, contentSize int64) (encSize int64) {
826 func sumRangesSize(ranges []httpRange) (size int64) {

12