mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore]: Bump github.com/gin-contrib/gzip from 1.2.2 to 1.2.3 (#4000)
Bumps [github.com/gin-contrib/gzip](https://github.com/gin-contrib/gzip) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/gin-contrib/gzip/releases) - [Changelog](https://github.com/gin-contrib/gzip/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/gzip/compare/v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: github.com/gin-contrib/gzip dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
35
vendor/github.com/cloudwego/base64x/internal/native/sse/b64decode.go
generated
vendored
Normal file
35
vendor/github.com/cloudwego/base64x/internal/native/sse/b64decode.go
generated
vendored
Normal file
@ -0,0 +1,35 @@
|
||||
// Code generated by Bash, DO NOT EDIT.
|
||||
|
||||
/*
|
||||
* Copyright 2025 ByteDance Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package sse
|
||||
|
||||
import (
|
||||
`unsafe`
|
||||
|
||||
`github.com/cloudwego/base64x/internal/rt`
|
||||
)
|
||||
|
||||
var F_b64decode func(out unsafe.Pointer, src unsafe.Pointer, len int, mod int) (ret int)
|
||||
|
||||
var S_b64decode uintptr
|
||||
|
||||
//go:nosplit
|
||||
func B64decode(out *[]byte, src unsafe.Pointer, len int, mode int) (ret int) {
|
||||
return F_b64decode(rt.NoEscape(unsafe.Pointer(out)), rt.NoEscape(unsafe.Pointer(src)), len, mode)
|
||||
}
|
||||
|
45
vendor/github.com/cloudwego/base64x/internal/native/sse/b64decode_subr.go
generated
vendored
Normal file
45
vendor/github.com/cloudwego/base64x/internal/native/sse/b64decode_subr.go
generated
vendored
Normal file
@ -0,0 +1,45 @@
|
||||
// +build !noasm !appengine
|
||||
// Code generated by asm2asm, DO NOT EDIT.
|
||||
|
||||
package sse
|
||||
|
||||
import (
|
||||
`github.com/bytedance/sonic/loader`
|
||||
)
|
||||
|
||||
const (
|
||||
_entry__b64decode = 0
|
||||
)
|
||||
|
||||
const (
|
||||
_stack__b64decode = 144
|
||||
)
|
||||
|
||||
const (
|
||||
_size__b64decode = 9968
|
||||
)
|
||||
|
||||
var (
|
||||
_pcsp__b64decode = [][2]uint32{
|
||||
{0x1, 0},
|
||||
{0x6, 8},
|
||||
{0x8, 16},
|
||||
{0xa, 24},
|
||||
{0xc, 32},
|
||||
{0xd, 40},
|
||||
{0x11, 48},
|
||||
{0x26e1, 144},
|
||||
{0x26e2, 48},
|
||||
{0x26e4, 40},
|
||||
{0x26e6, 32},
|
||||
{0x26e8, 24},
|
||||
{0x26ea, 16},
|
||||
{0x26eb, 8},
|
||||
{0x26f0, 0},
|
||||
}
|
||||
)
|
||||
|
||||
var _cfunc_b64decode = []loader.CFunc{
|
||||
{"_b64decode_entry", 0, _entry__b64decode, 0, nil},
|
||||
{"_b64decode", _entry__b64decode, _size__b64decode, _stack__b64decode, _pcsp__b64decode},
|
||||
}
|
2791
vendor/github.com/cloudwego/base64x/internal/native/sse/b64decode_text_amd64.go
generated
vendored
Normal file
2791
vendor/github.com/cloudwego/base64x/internal/native/sse/b64decode_text_amd64.go
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
34
vendor/github.com/cloudwego/base64x/internal/native/sse/b64encode.go
generated
vendored
Normal file
34
vendor/github.com/cloudwego/base64x/internal/native/sse/b64encode.go
generated
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
// Code generated by Bash, DO NOT EDIT.
|
||||
|
||||
/*
|
||||
* Copyright 2025 ByteDance Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package sse
|
||||
|
||||
import (
|
||||
`unsafe`
|
||||
|
||||
`github.com/cloudwego/base64x/internal/rt`
|
||||
)
|
||||
|
||||
var F_b64encode func(out unsafe.Pointer, src unsafe.Pointer, mod int)
|
||||
|
||||
var S_b64encode uintptr
|
||||
|
||||
//go:nosplit
|
||||
func B64encode(out *[]byte, src *[]byte, mode int) {
|
||||
F_b64encode(rt.NoEscape(unsafe.Pointer(out)), rt.NoEscape(unsafe.Pointer(src)), mode)
|
||||
}
|
39
vendor/github.com/cloudwego/base64x/internal/native/sse/b64encode_subr.go
generated
vendored
Normal file
39
vendor/github.com/cloudwego/base64x/internal/native/sse/b64encode_subr.go
generated
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
// +build !noasm !appengine
|
||||
// Code generated by asm2asm, DO NOT EDIT.
|
||||
|
||||
package sse
|
||||
|
||||
import (
|
||||
`github.com/bytedance/sonic/loader`
|
||||
)
|
||||
|
||||
const (
|
||||
_entry__b64encode = 0
|
||||
)
|
||||
|
||||
const (
|
||||
_stack__b64encode = 32
|
||||
)
|
||||
|
||||
const (
|
||||
_size__b64encode = 448
|
||||
)
|
||||
|
||||
var (
|
||||
_pcsp__b64encode = [][2]uint32{
|
||||
{0x1, 0},
|
||||
{0x6, 8},
|
||||
{0x8, 16},
|
||||
{0x9, 24},
|
||||
{0x1ab, 32},
|
||||
{0x1ad, 24},
|
||||
{0x1af, 16},
|
||||
{0x1b0, 8},
|
||||
{0x1c0, 0},
|
||||
}
|
||||
)
|
||||
|
||||
var _cfunc_b64encode = []loader.CFunc{
|
||||
{"_b64encode_entry", 0, _entry__b64encode, 0, nil},
|
||||
{"_b64encode", _entry__b64encode, _size__b64encode, _stack__b64encode, _pcsp__b64encode},
|
||||
}
|
148
vendor/github.com/cloudwego/base64x/internal/native/sse/b64encode_text_amd64.go
generated
vendored
Normal file
148
vendor/github.com/cloudwego/base64x/internal/native/sse/b64encode_text_amd64.go
generated
vendored
Normal file
@ -0,0 +1,148 @@
|
||||
// +build amd64
|
||||
// Code generated by asm2asm, DO NOT EDIT.
|
||||
|
||||
package sse
|
||||
|
||||
var _text_b64encode = []byte{
|
||||
// .p2align 4, 0x90
|
||||
// _b64encode
|
||||
0x55, // pushq %rbp
|
||||
0x48, 0x89, 0xe5, //0x00000001 movq %rsp, %rbp
|
||||
0x41, 0x57, //0x00000004 pushq %r15
|
||||
0x41, 0x56, //0x00000006 pushq %r14
|
||||
0x53, //0x00000008 pushq %rbx
|
||||
0x4c, 0x8b, 0x4e, 0x08, //0x00000009 movq $8(%rsi), %r9
|
||||
0x4d, 0x85, 0xc9, //0x0000000d testq %r9, %r9
|
||||
0x0f, 0x84, 0x94, 0x01, 0x00, 0x00, //0x00000010 je LBB0_15
|
||||
0x4c, 0x8b, 0x3e, //0x00000016 movq (%rsi), %r15
|
||||
0x4c, 0x8b, 0x07, //0x00000019 movq (%rdi), %r8
|
||||
0x4c, 0x03, 0x47, 0x08, //0x0000001c addq $8(%rdi), %r8
|
||||
0x4d, 0x01, 0xf9, //0x00000020 addq %r15, %r9
|
||||
0xf6, 0xc2, 0x01, //0x00000023 testb $1, %dl
|
||||
0x48, 0x8d, 0x0d, 0x93, 0x01, 0x00, 0x00, //0x00000026 leaq $403(%rip), %rcx /* _TabEncodeCharsetStd+0(%rip) */
|
||||
0x4c, 0x8d, 0x1d, 0xcc, 0x01, 0x00, 0x00, //0x0000002d leaq $460(%rip), %r11 /* _TabEncodeCharsetURL+0(%rip) */
|
||||
0x4c, 0x0f, 0x44, 0xd9, //0x00000034 cmoveq %rcx, %r11
|
||||
0x4d, 0x8d, 0x51, 0xfc, //0x00000038 leaq $-4(%r9), %r10
|
||||
0x4d, 0x89, 0xc6, //0x0000003c movq %r8, %r14
|
||||
0x4d, 0x39, 0xfa, //0x0000003f cmpq %r15, %r10
|
||||
0x0f, 0x82, 0x5e, 0x00, 0x00, 0x00, //0x00000042 jb LBB0_3
|
||||
0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, //0x00000048 .p2align 4, 0x90
|
||||
//0x00000050 LBB0_2
|
||||
0x41, 0x8b, 0x37, //0x00000050 movl (%r15), %esi
|
||||
0x0f, 0xce, //0x00000053 bswapl %esi
|
||||
0x48, 0x89, 0xf3, //0x00000055 movq %rsi, %rbx
|
||||
0x48, 0xc1, 0xeb, 0x1a, //0x00000058 shrq $26, %rbx
|
||||
0x89, 0xf1, //0x0000005c movl %esi, %ecx
|
||||
0xc1, 0xe9, 0x14, //0x0000005e shrl $20, %ecx
|
||||
0x83, 0xe1, 0x3f, //0x00000061 andl $63, %ecx
|
||||
0x89, 0xf0, //0x00000064 movl %esi, %eax
|
||||
0xc1, 0xe8, 0x0e, //0x00000066 shrl $14, %eax
|
||||
0x83, 0xe0, 0x3f, //0x00000069 andl $63, %eax
|
||||
0xc1, 0xee, 0x08, //0x0000006c shrl $8, %esi
|
||||
0x83, 0xe6, 0x3f, //0x0000006f andl $63, %esi
|
||||
0x49, 0x83, 0xc7, 0x03, //0x00000072 addq $3, %r15
|
||||
0x41, 0x0f, 0xb6, 0x1c, 0x1b, //0x00000076 movzbl (%r11,%rbx), %ebx
|
||||
0x41, 0x88, 0x1e, //0x0000007b movb %bl, (%r14)
|
||||
0x41, 0x0f, 0xb6, 0x0c, 0x0b, //0x0000007e movzbl (%r11,%rcx), %ecx
|
||||
0x41, 0x88, 0x4e, 0x01, //0x00000083 movb %cl, $1(%r14)
|
||||
0x41, 0x0f, 0xb6, 0x04, 0x03, //0x00000087 movzbl (%r11,%rax), %eax
|
||||
0x41, 0x88, 0x46, 0x02, //0x0000008c movb %al, $2(%r14)
|
||||
0x41, 0x0f, 0xb6, 0x04, 0x33, //0x00000090 movzbl (%r11,%rsi), %eax
|
||||
0x41, 0x88, 0x46, 0x03, //0x00000095 movb %al, $3(%r14)
|
||||
0x49, 0x83, 0xc6, 0x04, //0x00000099 addq $4, %r14
|
||||
0x4d, 0x39, 0xd7, //0x0000009d cmpq %r10, %r15
|
||||
0x0f, 0x86, 0xaa, 0xff, 0xff, 0xff, //0x000000a0 jbe LBB0_2
|
||||
//0x000000a6 LBB0_3
|
||||
0x4d, 0x29, 0xf9, //0x000000a6 subq %r15, %r9
|
||||
0x45, 0x0f, 0xb6, 0x17, //0x000000a9 movzbl (%r15), %r10d
|
||||
0x49, 0x83, 0xf9, 0x01, //0x000000ad cmpq $1, %r9
|
||||
0x0f, 0x84, 0xa8, 0x00, 0x00, 0x00, //0x000000b1 je LBB0_10
|
||||
0x4c, 0x89, 0xd6, //0x000000b7 movq %r10, %rsi
|
||||
0x48, 0xc1, 0xe6, 0x10, //0x000000ba shlq $16, %rsi
|
||||
0x49, 0x83, 0xf9, 0x02, //0x000000be cmpq $2, %r9
|
||||
0x0f, 0x84, 0x54, 0x00, 0x00, 0x00, //0x000000c2 je LBB0_7
|
||||
0x49, 0x83, 0xf9, 0x03, //0x000000c8 cmpq $3, %r9
|
||||
0x0f, 0x85, 0xd1, 0x00, 0x00, 0x00, //0x000000cc jne LBB0_14
|
||||
0x41, 0x0f, 0xb6, 0x57, 0x02, //0x000000d2 movzbl $2(%r15), %edx
|
||||
0x09, 0xd6, //0x000000d7 orl %edx, %esi
|
||||
0x41, 0x0f, 0xb6, 0x47, 0x01, //0x000000d9 movzbl $1(%r15), %eax
|
||||
0xc1, 0xe0, 0x08, //0x000000de shll $8, %eax
|
||||
0x09, 0xf0, //0x000000e1 orl %esi, %eax
|
||||
0x49, 0xc1, 0xea, 0x02, //0x000000e3 shrq $2, %r10
|
||||
0x43, 0x8a, 0x0c, 0x13, //0x000000e7 movb (%r11,%r10), %cl
|
||||
0x41, 0x88, 0x0e, //0x000000eb movb %cl, (%r14)
|
||||
0x89, 0xc1, //0x000000ee movl %eax, %ecx
|
||||
0xc1, 0xe9, 0x0c, //0x000000f0 shrl $12, %ecx
|
||||
0x83, 0xe1, 0x3f, //0x000000f3 andl $63, %ecx
|
||||
0x41, 0x8a, 0x0c, 0x0b, //0x000000f6 movb (%r11,%rcx), %cl
|
||||
0x41, 0x88, 0x4e, 0x01, //0x000000fa movb %cl, $1(%r14)
|
||||
0xc1, 0xe8, 0x06, //0x000000fe shrl $6, %eax
|
||||
0x83, 0xe0, 0x3f, //0x00000101 andl $63, %eax
|
||||
0x41, 0x8a, 0x04, 0x03, //0x00000104 movb (%r11,%rax), %al
|
||||
0x41, 0x88, 0x46, 0x02, //0x00000108 movb %al, $2(%r14)
|
||||
0x83, 0xe2, 0x3f, //0x0000010c andl $63, %edx
|
||||
0x41, 0x8a, 0x04, 0x13, //0x0000010f movb (%r11,%rdx), %al
|
||||
0x41, 0x88, 0x46, 0x03, //0x00000113 movb %al, $3(%r14)
|
||||
0xe9, 0x71, 0x00, 0x00, 0x00, //0x00000117 jmp LBB0_13
|
||||
//0x0000011c LBB0_7
|
||||
0x41, 0x0f, 0xb6, 0x47, 0x01, //0x0000011c movzbl $1(%r15), %eax
|
||||
0x89, 0xc1, //0x00000121 movl %eax, %ecx
|
||||
0xc1, 0xe1, 0x08, //0x00000123 shll $8, %ecx
|
||||
0x09, 0xf1, //0x00000126 orl %esi, %ecx
|
||||
0x49, 0xc1, 0xea, 0x02, //0x00000128 shrq $2, %r10
|
||||
0x43, 0x8a, 0x1c, 0x13, //0x0000012c movb (%r11,%r10), %bl
|
||||
0x41, 0x88, 0x1e, //0x00000130 movb %bl, (%r14)
|
||||
0xc1, 0xe9, 0x0c, //0x00000133 shrl $12, %ecx
|
||||
0x83, 0xe1, 0x3f, //0x00000136 andl $63, %ecx
|
||||
0x41, 0x8a, 0x0c, 0x0b, //0x00000139 movb (%r11,%rcx), %cl
|
||||
0x41, 0x88, 0x4e, 0x01, //0x0000013d movb %cl, $1(%r14)
|
||||
0x83, 0xe0, 0x0f, //0x00000141 andl $15, %eax
|
||||
0x41, 0x8a, 0x04, 0x83, //0x00000144 movb (%r11,%rax,4), %al
|
||||
0x41, 0x88, 0x46, 0x02, //0x00000148 movb %al, $2(%r14)
|
||||
0xf6, 0xc2, 0x02, //0x0000014c testb $2, %dl
|
||||
0x0f, 0x85, 0x41, 0x00, 0x00, 0x00, //0x0000014f jne LBB0_8
|
||||
0x41, 0xc6, 0x46, 0x03, 0x3d, //0x00000155 movb $61, $3(%r14)
|
||||
0xe9, 0x2e, 0x00, 0x00, 0x00, //0x0000015a jmp LBB0_13
|
||||
//0x0000015f LBB0_10
|
||||
0x4c, 0x89, 0xd0, //0x0000015f movq %r10, %rax
|
||||
0x48, 0xc1, 0xe8, 0x02, //0x00000162 shrq $2, %rax
|
||||
0x41, 0x8a, 0x04, 0x03, //0x00000166 movb (%r11,%rax), %al
|
||||
0x41, 0x88, 0x06, //0x0000016a movb %al, (%r14)
|
||||
0x41, 0xc1, 0xe2, 0x04, //0x0000016d shll $4, %r10d
|
||||
0x41, 0x83, 0xe2, 0x30, //0x00000171 andl $48, %r10d
|
||||
0x43, 0x8a, 0x04, 0x13, //0x00000175 movb (%r11,%r10), %al
|
||||
0x41, 0x88, 0x46, 0x01, //0x00000179 movb %al, $1(%r14)
|
||||
0xf6, 0xc2, 0x02, //0x0000017d testb $2, %dl
|
||||
0x0f, 0x85, 0x19, 0x00, 0x00, 0x00, //0x00000180 jne LBB0_11
|
||||
0x66, 0x41, 0xc7, 0x46, 0x02, 0x3d, 0x3d, //0x00000186 movw $15677, $2(%r14)
|
||||
//0x0000018d LBB0_13
|
||||
0x49, 0x83, 0xc6, 0x04, //0x0000018d addq $4, %r14
|
||||
0xe9, 0x0d, 0x00, 0x00, 0x00, //0x00000191 jmp LBB0_14
|
||||
//0x00000196 LBB0_8
|
||||
0x49, 0x83, 0xc6, 0x03, //0x00000196 addq $3, %r14
|
||||
0xe9, 0x04, 0x00, 0x00, 0x00, //0x0000019a jmp LBB0_14
|
||||
//0x0000019f LBB0_11
|
||||
0x49, 0x83, 0xc6, 0x02, //0x0000019f addq $2, %r14
|
||||
//0x000001a3 LBB0_14
|
||||
0x4d, 0x29, 0xc6, //0x000001a3 subq %r8, %r14
|
||||
0x4c, 0x01, 0x77, 0x08, //0x000001a6 addq %r14, $8(%rdi)
|
||||
//0x000001aa LBB0_15
|
||||
0x5b, //0x000001aa popq %rbx
|
||||
0x41, 0x5e, //0x000001ab popq %r14
|
||||
0x41, 0x5f, //0x000001ad popq %r15
|
||||
0x5d, //0x000001af popq %rbp
|
||||
0xc3, //0x000001b0 retq
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, //0x000001b1 .p2align 4, 0x00
|
||||
//0x000001c0 _TabEncodeCharsetStd
|
||||
0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48, 0x49, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f, 0x50, //0x000001c0 QUAD $0x4847464544434241; QUAD $0x504f4e4d4c4b4a49 // .ascii 16, 'ABCDEFGHIJKLMNOP'
|
||||
0x51, 0x52, 0x53, 0x54, 0x55, 0x56, 0x57, 0x58, 0x59, 0x5a, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, //0x000001d0 QUAD $0x5857565554535251; QUAD $0x6665646362615a59 // .ascii 16, 'QRSTUVWXYZabcdef'
|
||||
0x67, 0x68, 0x69, 0x6a, 0x6b, 0x6c, 0x6d, 0x6e, 0x6f, 0x70, 0x71, 0x72, 0x73, 0x74, 0x75, 0x76, //0x000001e0 QUAD $0x6e6d6c6b6a696867; QUAD $0x767574737271706f // .ascii 16, 'ghijklmnopqrstuv'
|
||||
0x77, 0x78, 0x79, 0x7a, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x2b, 0x2f, //0x000001f0 QUAD $0x333231307a797877; QUAD $0x2f2b393837363534 // .ascii 16, 'wxyz0123456789+/'
|
||||
//0x00000200 .p2align 4, 0x00
|
||||
//0x00000200 _TabEncodeCharsetURL
|
||||
0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48, 0x49, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f, 0x50, //0x00000200 QUAD $0x4847464544434241; QUAD $0x504f4e4d4c4b4a49 // .ascii 16, 'ABCDEFGHIJKLMNOP'
|
||||
0x51, 0x52, 0x53, 0x54, 0x55, 0x56, 0x57, 0x58, 0x59, 0x5a, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, //0x00000210 QUAD $0x5857565554535251; QUAD $0x6665646362615a59 // .ascii 16, 'QRSTUVWXYZabcdef'
|
||||
0x67, 0x68, 0x69, 0x6a, 0x6b, 0x6c, 0x6d, 0x6e, 0x6f, 0x70, 0x71, 0x72, 0x73, 0x74, 0x75, 0x76, //0x00000220 QUAD $0x6e6d6c6b6a696867; QUAD $0x767574737271706f // .ascii 16, 'ghijklmnopqrstuv'
|
||||
0x77, 0x78, 0x79, 0x7a, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x2d, 0x5f, //0x00000230 QUAD $0x333231307a797877; QUAD $0x5f2d393837363534 // .ascii 16, 'wxyz0123456789-_'
|
||||
}
|
||||
|
29
vendor/github.com/cloudwego/base64x/internal/native/sse/native_export.go
generated
vendored
Normal file
29
vendor/github.com/cloudwego/base64x/internal/native/sse/native_export.go
generated
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
|
||||
// Code generated by Bash, DO NOT EDIT.
|
||||
|
||||
/*
|
||||
* Copyright 2025 ByteDance Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package sse
|
||||
|
||||
import (
|
||||
`github.com/bytedance/sonic/loader`
|
||||
)
|
||||
|
||||
func Use() {
|
||||
loader.WrapGoC(_text_b64encode, _cfunc_b64encode, []loader.GoC{{"_b64encode", &S_b64encode, &F_b64encode}}, "sse", "sse/b64encode.c")
|
||||
loader.WrapGoC(_text_b64decode, _cfunc_b64decode, []loader.GoC{{"_b64decode", &S_b64decode, &F_b64decode}}, "sse", "sse/b64decode.c")
|
||||
}
|
Reference in New Issue
Block a user