func github.com/jackc/pgx/v5/internal/pgio.SetInt32

9 uses

	github.com/jackc/pgx/v5/internal/pgio (current package)
		write.go#L30: func SetInt32(buf []byte, n int32) {

	github.com/jackc/pgx/v5
		values.go#L41: 		pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))

	github.com/jackc/pgx/v5/pgconn
		pgconn.go#L1408: 				pgio.SetInt32((*buf)[1:], int32(n+4))

	github.com/jackc/pgx/v5/pgproto3
		pgproto3.go#L118: 	pgio.SetInt32(dst[sp:], int32(messageBodyLen))

	github.com/jackc/pgx/v5/pgtype
		array_codec.go#L214: 			pgio.SetInt32(buf[containsNullIndex:], 1)
		array_codec.go#L217: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		multirange.go#L179: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		range_codec.go#L129: 		pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		range_codec.go#L153: 		pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))