2021-12-27 19:13:18 +03:00
|
|
|
package encoder
|
|
|
|
|
|
|
|
import "unsafe"
|
|
|
|
|
2021-12-27 21:22:39 +03:00
|
|
|
//go:nosplit
|
|
|
|
//go:noescape
|
|
|
|
func _findHTMLEscapeIndex64(buf unsafe.Pointer, len int) (ret int)
|
|
|
|
|
|
|
|
//go:nosplit
|
|
|
|
//go:noescape
|
|
|
|
func _findHTMLEscapeIndex128(buf unsafe.Pointer, len int) (ret int)
|
|
|
|
|
|
|
|
//go:nosplit
|
|
|
|
//go:noescape
|
|
|
|
func _findHTMLEscapeIndex256(buf unsafe.Pointer, len int) (ret int)
|
|
|
|
|
2021-12-27 19:37:33 +03:00
|
|
|
//go:nosplit
|
|
|
|
//go:noescape
|
|
|
|
func _findEscapeIndex64(buf unsafe.Pointer, len int) (ret int)
|
|
|
|
|
2021-12-27 19:13:18 +03:00
|
|
|
//go:nosplit
|
|
|
|
//go:noescape
|
|
|
|
func _findEscapeIndex128(buf unsafe.Pointer, len int) (ret int)
|
|
|
|
|
|
|
|
//go:nosplit
|
|
|
|
//go:noescape
|
|
|
|
func _findEscapeIndex256(buf unsafe.Pointer, len int) (ret int)
|