github.com/jackc/pgx/v4/internal/sanitize.sqlLexer.src (field)

27 uses

	github.com/jackc/pgx/v4/internal/sanitize (current package)
		sanitize.go#L71: 		src:     sql,
		sanitize.go#L93: 	src     string
		sanitize.go#L105: 		r, width := utf8.DecodeRuneInString(l.src[l.pos:])
		sanitize.go#L110: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		sanitize.go#L120: 			nextRune, _ := utf8.DecodeRuneInString(l.src[l.pos:])
		sanitize.go#L123: 					l.parts = append(l.parts, l.src[l.start:l.pos-width])
		sanitize.go#L129: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		sanitize.go#L135: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		sanitize.go#L142: 				l.parts = append(l.parts, l.src[l.start:l.pos])
		sanitize.go#L152: 		r, width := utf8.DecodeRuneInString(l.src[l.pos:])
		sanitize.go#L157: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		sanitize.go#L164: 				l.parts = append(l.parts, l.src[l.start:l.pos])
		sanitize.go#L174: 		r, width := utf8.DecodeRuneInString(l.src[l.pos:])
		sanitize.go#L179: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		sanitize.go#L186: 				l.parts = append(l.parts, l.src[l.start:l.pos])
		sanitize.go#L200: 		r, width := utf8.DecodeRuneInString(l.src[l.pos:])
		sanitize.go#L217: 		r, width := utf8.DecodeRuneInString(l.src[l.pos:])
		sanitize.go#L222: 			_, width = utf8.DecodeRuneInString(l.src[l.pos:])
		sanitize.go#L225: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		sanitize.go#L232: 				l.parts = append(l.parts, l.src[l.start:l.pos])
		sanitize.go#L242: 		r, width := utf8.DecodeRuneInString(l.src[l.pos:])
		sanitize.go#L247: 			_, width = utf8.DecodeRuneInString(l.src[l.pos:])
		sanitize.go#L253: 				l.parts = append(l.parts, l.src[l.start:l.pos])
		sanitize.go#L263: 		r, width := utf8.DecodeRuneInString(l.src[l.pos:])
		sanitize.go#L268: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		sanitize.go#L274: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		sanitize.go#L287: 				l.parts = append(l.parts, l.src[l.start:l.pos])