mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-11-04 00:22:26 -06:00 
			
		
		
		
	[chore] Update gin to v1.9.0 (#1553)
This commit is contained in:
		
					parent
					
						
							
								689a10fe17
							
						
					
				
			
			
				commit
				
					
						ecdc8379fa
					
				
			
		
					 347 changed files with 166814 additions and 3671 deletions
				
			
		
							
								
								
									
										135
									
								
								vendor/github.com/bytedance/sonic/internal/native/avx2/native_amd64.go
									
										
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										135
									
								
								vendor/github.com/bytedance/sonic/internal/native/avx2/native_amd64.go
									
										
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,135 @@
 | 
			
		|||
// Code generated by Makefile, DO NOT EDIT.
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Copyright 2021 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 avx2
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
    `unsafe`
 | 
			
		||||
 | 
			
		||||
    `github.com/bytedance/sonic/internal/native/types`
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
//go:nosplit
 | 
			
		||||
//go:noescape
 | 
			
		||||
//goland:noinspection GoUnusedParameter
 | 
			
		||||
func __i64toa(out *byte, val int64) (ret int)
 | 
			
		||||
 | 
			
		||||
//go:nosplit
 | 
			
		||||
//go:noescape
 | 
			
		||||
//goland:noinspection GoUnusedParameter
 | 
			
		||||
func __u64toa(out *byte, val uint64) (ret int)
 | 
			
		||||
 | 
			
		||||
//go:nosplit
 | 
			
		||||
//go:noescape
 | 
			
		||||
//goland:noinspection GoUnusedParameter
 | 
			
		||||
func __f64toa(out *byte, val float64) (ret int)
 | 
			
		||||
 | 
			
		||||
//go:nosplit
 | 
			
		||||
//go:noescape
 | 
			
		||||
//goland:noinspection GoUnusedParameter
 | 
			
		||||
func __f32toa(out *byte, val float32) (ret int)
 | 
			
		||||
 | 
			
		||||
//go:nosplit
 | 
			
		||||
//go:noescape
 | 
			
		||||
//goland:noinspection GoUnusedParameter
 | 
			
		||||
func __lspace(sp unsafe.Pointer, nb int, off int) (ret int)
 | 
			
		||||
 | 
			
		||||
//go:nosplit
 | 
			
		||||
//go:noescape
 | 
			
		||||
//goland:noinspection GoUnusedParameter
 | 
			
		||||
func __quote(sp unsafe.Pointer, nb int, dp unsafe.Pointer, dn *int, flags uint64) (ret int)
 | 
			
		||||
 | 
			
		||||
//go:nosplit
 | 
			
		||||
//go:noescape
 | 
			
		||||
//goland:noinspection GoUnusedParameter
 | 
			
		||||
func __html_escape(sp unsafe.Pointer, nb int, dp unsafe.Pointer, dn *int) (ret int)
 | 
			
		||||
 | 
			
		||||
//go:nosplit
 | 
			
		||||
//go:noescape
 | 
			
		||||
//goland:noinspection GoUnusedParameter
 | 
			
		||||
func __unquote(sp unsafe.Pointer, nb int, dp unsafe.Pointer, ep *int, flags uint64) (ret int)
 | 
			
		||||
 | 
			
		||||
//go:nosplit
 | 
			
		||||
//go:noescape
 | 
			
		||||
//goland:noinspection GoUnusedParameter
 | 
			
		||||
func __value(s unsafe.Pointer, n int, p int, v *types.JsonState, flags uint64) (ret int)
 | 
			
		||||
 | 
			
		||||
//go:nosplit
 | 
			
		||||
//go:noescape
 | 
			
		||||
//goland:noinspection GoUnusedParameter
 | 
			
		||||
func __vstring(s *string, p *int, v *types.JsonState, flags uint64)
 | 
			
		||||
 | 
			
		||||
//go:nosplit
 | 
			
		||||
//go:noescape
 | 
			
		||||
//goland:noinspection GoUnusedParameter
 | 
			
		||||
func __vnumber(s *string, p *int, v *types.JsonState)
 | 
			
		||||
 | 
			
		||||
//go:nosplit
 | 
			
		||||
//go:noescape
 | 
			
		||||
//goland:noinspection GoUnusedParameter
 | 
			
		||||
func __vsigned(s *string, p *int, v *types.JsonState)
 | 
			
		||||
 | 
			
		||||
//go:nosplit
 | 
			
		||||
//go:noescape
 | 
			
		||||
//goland:noinspection GoUnusedParameter
 | 
			
		||||
func __vunsigned(s *string, p *int, v *types.JsonState)
 | 
			
		||||
 | 
			
		||||
//go:nosplit
 | 
			
		||||
//go:noescape
 | 
			
		||||
//goland:noinspection GoUnusedParameter
 | 
			
		||||
func __skip_one(s *string, p *int, m *types.StateMachine, flags uint64) (ret int)
 | 
			
		||||
 | 
			
		||||
//go:nosplit
 | 
			
		||||
//go:noescape
 | 
			
		||||
//goland:noinspection GoUnusedParameter
 | 
			
		||||
func __skip_one_fast(s *string, p *int) (ret int)
 | 
			
		||||
 | 
			
		||||
//go:nosplit
 | 
			
		||||
//go:noescape
 | 
			
		||||
//goland:noinspection GoUnusedParameter
 | 
			
		||||
func __skip_array(s *string, p *int, m *types.StateMachine, flags uint64) (ret int)
 | 
			
		||||
 | 
			
		||||
//go:nosplit
 | 
			
		||||
//go:noescape
 | 
			
		||||
//goland:noinspection GoUnusedParameter
 | 
			
		||||
func __skip_object(s *string, p *int, m *types.StateMachine, flags uint64) (ret int)
 | 
			
		||||
 | 
			
		||||
//go:nosplit
 | 
			
		||||
//go:noescape
 | 
			
		||||
//goland:noinspection GoUnusedParameter
 | 
			
		||||
func __skip_number(s *string, p *int) (ret int)
 | 
			
		||||
 | 
			
		||||
//go:nosplit
 | 
			
		||||
//go:noescape
 | 
			
		||||
//goland:noinspection GoUnusedParameter
 | 
			
		||||
func __validate_one(s *string, p *int, m *types.StateMachine) (ret int)
 | 
			
		||||
 | 
			
		||||
//go:nosplit
 | 
			
		||||
//go:noescape
 | 
			
		||||
//goland:noinspection GoUnusedParameter
 | 
			
		||||
func __get_by_path(s *string, p *int, path *[]interface{}) (ret int)
 | 
			
		||||
 | 
			
		||||
//go:nosplit
 | 
			
		||||
//go:noescape
 | 
			
		||||
//goland:noinspection GoUnusedParameter
 | 
			
		||||
func __validate_utf8(s *string, p *int, m *types.StateMachine) (ret int)
 | 
			
		||||
 | 
			
		||||
//go:nosplit
 | 
			
		||||
//go:noescape
 | 
			
		||||
//goland:noinspection GoUnusedParameter
 | 
			
		||||
func __validate_utf8_fast(s *string)  (ret int)
 | 
			
		||||
							
								
								
									
										16629
									
								
								vendor/github.com/bytedance/sonic/internal/native/avx2/native_amd64.s
									
										
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										16629
									
								
								vendor/github.com/bytedance/sonic/internal/native/avx2/native_amd64.s
									
										
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
							
								
								
									
										49
									
								
								vendor/github.com/bytedance/sonic/internal/native/avx2/native_export_amd64.go
									
										
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										49
									
								
								vendor/github.com/bytedance/sonic/internal/native/avx2/native_export_amd64.go
									
										
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,49 @@
 | 
			
		|||
// Code generated by Makefile, DO NOT EDIT.
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Copyright 2021 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 avx2
 | 
			
		||||
 | 
			
		||||
var (
 | 
			
		||||
    S_f64toa = _subr__f64toa
 | 
			
		||||
    S_f32toa = _subr__f32toa
 | 
			
		||||
    S_i64toa = _subr__i64toa
 | 
			
		||||
    S_u64toa = _subr__u64toa
 | 
			
		||||
    S_lspace = _subr__lspace
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
var (
 | 
			
		||||
    S_quote   = _subr__quote
 | 
			
		||||
    S_unquote = _subr__unquote
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
var (
 | 
			
		||||
    S_value     = _subr__value
 | 
			
		||||
    S_vstring   = _subr__vstring
 | 
			
		||||
    S_vnumber   = _subr__vnumber
 | 
			
		||||
    S_vsigned   = _subr__vsigned
 | 
			
		||||
    S_vunsigned = _subr__vunsigned
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
var (
 | 
			
		||||
    S_skip_one    = _subr__skip_one
 | 
			
		||||
    S_skip_one_fast = _subr__skip_one_fast
 | 
			
		||||
    S_skip_array  = _subr__skip_array
 | 
			
		||||
    S_skip_object = _subr__skip_object
 | 
			
		||||
    S_skip_number = _subr__skip_number
 | 
			
		||||
    S_get_by_path = _subr__get_by_path
 | 
			
		||||
)
 | 
			
		||||
							
								
								
									
										109
									
								
								vendor/github.com/bytedance/sonic/internal/native/avx2/native_subr_amd64.go
									
										
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										109
									
								
								vendor/github.com/bytedance/sonic/internal/native/avx2/native_subr_amd64.go
									
										
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,109 @@
 | 
			
		|||
// +build !noasm !appengine
 | 
			
		||||
// Code generated by asm2asm, DO NOT EDIT.
 | 
			
		||||
 | 
			
		||||
package avx2
 | 
			
		||||
 | 
			
		||||
//go:nosplit
 | 
			
		||||
//go:noescape
 | 
			
		||||
//goland:noinspection ALL
 | 
			
		||||
func __native_entry__() uintptr
 | 
			
		||||
 | 
			
		||||
var (
 | 
			
		||||
    _subr__f32toa             = __native_entry__() + 35216
 | 
			
		||||
    _subr__f64toa             = __native_entry__() + 752
 | 
			
		||||
    _subr__get_by_path        = __native_entry__() + 30384
 | 
			
		||||
    _subr__html_escape        = __native_entry__() + 11712
 | 
			
		||||
    _subr__i64toa             = __native_entry__() + 4368
 | 
			
		||||
    _subr__lspace             = __native_entry__() + 224
 | 
			
		||||
    _subr__quote              = __native_entry__() + 6160
 | 
			
		||||
    _subr__skip_array         = __native_entry__() + 22864
 | 
			
		||||
    _subr__skip_number        = __native_entry__() + 26928
 | 
			
		||||
    _subr__skip_object        = __native_entry__() + 24864
 | 
			
		||||
    _subr__skip_one           = __native_entry__() + 27088
 | 
			
		||||
    _subr__skip_one_fast      = __native_entry__() + 27504
 | 
			
		||||
    _subr__u64toa             = __native_entry__() + 4640
 | 
			
		||||
    _subr__unquote            = __native_entry__() + 8960
 | 
			
		||||
    _subr__validate_one       = __native_entry__() + 27152
 | 
			
		||||
    _subr__validate_utf8      = __native_entry__() + 31552
 | 
			
		||||
    _subr__validate_utf8_fast = __native_entry__() + 32496
 | 
			
		||||
    _subr__value              = __native_entry__() + 16816
 | 
			
		||||
    _subr__vnumber            = __native_entry__() + 20608
 | 
			
		||||
    _subr__vsigned            = __native_entry__() + 22144
 | 
			
		||||
    _subr__vstring            = __native_entry__() + 19312
 | 
			
		||||
    _subr__vunsigned          = __native_entry__() + 22496
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
    _stack__f32toa = 56
 | 
			
		||||
    _stack__f64toa = 80
 | 
			
		||||
    _stack__get_by_path = 320
 | 
			
		||||
    _stack__html_escape = 72
 | 
			
		||||
    _stack__i64toa = 16
 | 
			
		||||
    _stack__lspace = 8
 | 
			
		||||
    _stack__quote = 72
 | 
			
		||||
    _stack__skip_array = 120
 | 
			
		||||
    _stack__skip_number = 80
 | 
			
		||||
    _stack__skip_object = 120
 | 
			
		||||
    _stack__skip_one = 120
 | 
			
		||||
    _stack__skip_one_fast = 216
 | 
			
		||||
    _stack__u64toa = 8
 | 
			
		||||
    _stack__unquote = 128
 | 
			
		||||
    _stack__validate_one = 120
 | 
			
		||||
    _stack__validate_utf8 = 48
 | 
			
		||||
    _stack__validate_utf8_fast = 200
 | 
			
		||||
    _stack__value = 368
 | 
			
		||||
    _stack__vnumber = 280
 | 
			
		||||
    _stack__vsigned = 16
 | 
			
		||||
    _stack__vstring = 104
 | 
			
		||||
    _stack__vunsigned = 24
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
var (
 | 
			
		||||
    _ = _subr__f32toa
 | 
			
		||||
    _ = _subr__f64toa
 | 
			
		||||
    _ = _subr__get_by_path
 | 
			
		||||
    _ = _subr__html_escape
 | 
			
		||||
    _ = _subr__i64toa
 | 
			
		||||
    _ = _subr__lspace
 | 
			
		||||
    _ = _subr__quote
 | 
			
		||||
    _ = _subr__skip_array
 | 
			
		||||
    _ = _subr__skip_number
 | 
			
		||||
    _ = _subr__skip_object
 | 
			
		||||
    _ = _subr__skip_one
 | 
			
		||||
    _ = _subr__skip_one_fast
 | 
			
		||||
    _ = _subr__u64toa
 | 
			
		||||
    _ = _subr__unquote
 | 
			
		||||
    _ = _subr__validate_one
 | 
			
		||||
    _ = _subr__validate_utf8
 | 
			
		||||
    _ = _subr__validate_utf8_fast
 | 
			
		||||
    _ = _subr__value
 | 
			
		||||
    _ = _subr__vnumber
 | 
			
		||||
    _ = _subr__vsigned
 | 
			
		||||
    _ = _subr__vstring
 | 
			
		||||
    _ = _subr__vunsigned
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
    _ = _stack__f32toa
 | 
			
		||||
    _ = _stack__f64toa
 | 
			
		||||
    _ = _stack__get_by_path
 | 
			
		||||
    _ = _stack__html_escape
 | 
			
		||||
    _ = _stack__i64toa
 | 
			
		||||
    _ = _stack__lspace
 | 
			
		||||
    _ = _stack__quote
 | 
			
		||||
    _ = _stack__skip_array
 | 
			
		||||
    _ = _stack__skip_number
 | 
			
		||||
    _ = _stack__skip_object
 | 
			
		||||
    _ = _stack__skip_one
 | 
			
		||||
    _ = _stack__skip_one_fast
 | 
			
		||||
    _ = _stack__u64toa
 | 
			
		||||
    _ = _stack__unquote
 | 
			
		||||
    _ = _stack__validate_one
 | 
			
		||||
    _ = _stack__validate_utf8
 | 
			
		||||
    _ = _stack__validate_utf8_fast
 | 
			
		||||
    _ = _stack__value
 | 
			
		||||
    _ = _stack__vnumber
 | 
			
		||||
    _ = _stack__vsigned
 | 
			
		||||
    _ = _stack__vstring
 | 
			
		||||
    _ = _stack__vunsigned
 | 
			
		||||
)
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue